summaryrefslogtreecommitdiff
path: root/libavcodec/arbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/arbc.c')
-rw-r--r--libavcodec/arbc.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/libavcodec/arbc.c b/libavcodec/arbc.c
index d981d2228b..7155d65196 100644
--- a/libavcodec/arbc.c
+++ b/libavcodec/arbc.c
@@ -19,18 +19,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
-#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
-#include "internal.h"
+#include "decode.h"
typedef struct ARBCContext {
GetByteContext gb;