summaryrefslogtreecommitdiff
path: root/libavcodec/h264_picture.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_picture.c
parent197ae68e78784524a7ccf97a3c301092715305d3 (diff)
downloadffmpeg-4f81f8dba735c212efae077c4fec8ad4fe53b352.tar.gz
Drop unnecessary golomb.h #includes
Diffstat (limited to 'libavcodec/h264_picture.c')
-rw-r--r--libavcodec/h264_picture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_picture.c b/libavcodec/h264_picture.c
index fb71faef0b..6c617a28f6 100644
--- a/libavcodec/h264_picture.c
+++ b/libavcodec/h264_picture.c
@@ -37,7 +37,6 @@
#include "h264data.h"
#include "h264chroma.h"
#include "h264_mvpred.h"
-#include "golomb.h"
#include "mathops.h"
#include "mpegutils.h"
#include "rectangle.h"