summaryrefslogtreecommitdiff
path: root/libavcodec/tests/cabac.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/tests/cabac.c')
-rw-r--r--libavcodec/tests/cabac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tests/cabac.c b/libavcodec/tests/cabac.c
index b84a96ce81..d9f98c68e0 100644
--- a/libavcodec/tests/cabac.c
+++ b/libavcodec/tests/cabac.c
@@ -18,12 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "libavcodec/cabac_functions.h"
#include "libavcodec/cabac.c"
#define SIZE 10240
#include "libavutil/lfg.h"
-#include "libavcodec/avcodec.h"
#include "libavcodec/put_bits.h"
typedef struct CABACTestContext {