diff options
author | Mans Rullgard <mans@mansr.com> | 2011-05-19 13:27:24 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-05-20 11:05:19 +0100 |
commit | f255a28d140a64ea4c1a5060061863aec993b5ea (patch) | |
tree | c412f95b084ce3639a3b2d008725c7f1cc8874c3 /libavcodec/mpegaudio_parser.c | |
parent | 0199e00bc80a55aacf7ecd393bf32dcd64e06739 (diff) | |
download | ffmpeg-f255a28d140a64ea4c1a5060061863aec993b5ea.tar.gz |
mpegaudio: clean up #includes
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/mpegaudio_parser.c')
-rw-r--r-- | libavcodec/mpegaudio_parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegaudio_parser.c b/libavcodec/mpegaudio_parser.c index 06d46f2152..f07d34bd29 100644 --- a/libavcodec/mpegaudio_parser.c +++ b/libavcodec/mpegaudio_parser.c @@ -21,7 +21,6 @@ */ #include "parser.h" -#include "mpegaudio.h" #include "mpegaudiodecheader.h" |