diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-07 18:37:28 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-01-07 22:13:12 +0100 |
commit | 1be4b8ccbaf64e626ede8e3ab5628865db0bada2 (patch) | |
tree | 25b3dac8c56543c721ee984ccb760982224890d5 /libavcodec/vp56.h | |
parent | a7e3cb9d32366209015a395f1435323887e66d4f (diff) | |
download | ffmpeg-1be4b8ccbaf64e626ede8e3ab5628865db0bada2.tar.gz |
vp56: Drop unnecessary cabac.h #include.
Diffstat (limited to 'libavcodec/vp56.h')
-rw-r--r-- | libavcodec/vp56.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index ceb516d88d..0607e0d4ce 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -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; |