summaryrefslogtreecommitdiff
path: root/libavcodec/notchlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/notchlc.c')
-rw-r--r--libavcodec/notchlc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/notchlc.c b/libavcodec/notchlc.c
index 7f2bca35f2..fce11e97f2 100644
--- a/libavcodec/notchlc.c
+++ b/libavcodec/notchlc.c
@@ -20,16 +20,14 @@
*/
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#define BITSTREAM_READER_LE
-#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
+#include "decode.h"
#include "get_bits.h"
-#include "internal.h"
#include "lzf.h"
#include "thread.h"