diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-17 19:56:28 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-17 19:56:28 +0000 |
commit | 46dd2738ae321adcc36cc9137b6a978e2e007733 (patch) | |
tree | d7cdb11aeb561883d72bce30f225349df0604cac /libavcodec/ac3dec.h | |
parent | a8aefc8aed4ed13e44caca5e5e1bff4810ed753c (diff) | |
download | ffmpeg-46dd2738ae321adcc36cc9137b6a978e2e007733.tar.gz |
remove some unneeded header includes
Originally committed as revision 14819 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r-- | libavcodec/ac3dec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 4e0eb1d463..9e44019b14 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -28,7 +28,6 @@ #define FFMPEG_AC3DEC_H #include "libavutil/lfg.h" -#include "ac3tab.h" #include "ac3.h" #include "bitstream.h" #include "dsputil.h" |