diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-06-04 11:45:16 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-06-07 13:09:57 +0200 |
commit | b7f98659f21dce438c33b512e25fd64b8d07c347 (patch) | |
tree | 31c55a2ec1672b47628963487393e308d1e38583 /libavcodec/hq_hqa.h | |
parent | 2a48a75a6f508121b96b0732a9fe03a46303f579 (diff) | |
download | ffmpeg-b7f98659f21dce438c33b512e25fd64b8d07c347.tar.gz |
Remove unnecessary get_bits.h #includes
Diffstat (limited to 'libavcodec/hq_hqa.h')
-rw-r--r-- | libavcodec/hq_hqa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hq_hqa.h b/libavcodec/hq_hqa.h index 6bd858ddf2..1fa99759b5 100644 --- a/libavcodec/hq_hqa.h +++ b/libavcodec/hq_hqa.h @@ -24,9 +24,9 @@ #include <stdint.h> #include "avcodec.h" -#include "get_bits.h" #include "bytestream.h" #include "hq_hqadsp.h" +#include "vlc.h" #define NUM_HQ_AC_ENTRIES 746 #define NUM_HQ_PROFILES 22 |