OSDN Git Service

vp56: Drop unnecessary cabac.h #include.
authorDiego Biurrun <diego@biurrun.de>
Sat, 7 Jan 2012 17:37:28 +0000 (18:37 +0100)
committerDiego Biurrun <diego@biurrun.de>
Sat, 7 Jan 2012 21:13:12 +0000 (22:13 +0100)
libavcodec/vp56.h

index ceb516d..0607e0d 100644 (file)
@@ -30,7 +30,6 @@
 #include "dsputil.h"
 #include "get_bits.h"
 #include "bytestream.h"
-#include "cabac.h"
 #include "vp56dsp.h"
 
 typedef struct vp56_context VP56Context;