vp56: Drop unnecessary cabac.h #include.

This commit is contained in:
Diego Biurrun 2012-01-07 18:37:28 +01:00
parent a7e3cb9d32
commit 1be4b8ccba
1 changed files with 0 additions and 1 deletions

View 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;