summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cabac.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-06-07 18:02:34 +0200
committerDiego Biurrun <diego@biurrun.de>2016-06-08 18:51:57 +0200
commit4f81f8dba735c212efae077c4fec8ad4fe53b352 (patch)
tree78bc10fe4ef7befd637540e32df6937a98774602 /libavcodec/h264_cabac.c
parent197ae68e78784524a7ccf97a3c301092715305d3 (diff)
Drop unnecessary golomb.h #includes
Diffstat (limited to 'libavcodec/h264_cabac.c')
-rw-r--r--libavcodec/h264_cabac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
index 5e7f3e7768..80e438985a 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -38,7 +38,6 @@
#include "h264.h"
#include "h264data.h"
#include "h264_mvpred.h"
-#include "golomb.h"
#include "mpegutils.h"
#if ARCH_X86