diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-06-07 18:02:34 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-06-08 18:51:57 +0200 |
commit | 4f81f8dba735c212efae077c4fec8ad4fe53b352 (patch) | |
tree | 78bc10fe4ef7befd637540e32df6937a98774602 /libavcodec/h264_picture.c | |
parent | 197ae68e78784524a7ccf97a3c301092715305d3 (diff) | |
download | ffmpeg-4f81f8dba735c212efae077c4fec8ad4fe53b352.tar.gz |
Drop unnecessary golomb.h #includes
Diffstat (limited to 'libavcodec/h264_picture.c')
-rw-r--r-- | libavcodec/h264_picture.c | 1 |
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" |