summaryrefslogtreecommitdiff
path: root/libavcodec/xfacedec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/xfacedec.c')
-rw-r--r--libavcodec/xfacedec.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/xfacedec.c b/libavcodec/xfacedec.c
index 880a62c976..eb16bb6727 100644
--- a/libavcodec/xfacedec.c
+++ b/libavcodec/xfacedec.c
@@ -24,11 +24,9 @@
* X-Face decoder, based on libcompface, by James Ashton.
*/
-#include "libavutil/pixdesc.h"
#include "avcodec.h"
-#include "bytestream.h"
#include "codec_internal.h"
-#include "internal.h"
+#include "decode.h"
#include "xface.h"
static int pop_integer(BigInt *b, const ProbRange *pranges)