diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-08-07 17:09:47 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-08-09 16:44:34 -0400 |
commit | d1d33e0763d68c6eaff1342247f8c3198a188f0a (patch) | |
tree | e87a1536651ed271ebc6de762080fa537a76f50d | |
parent | fce33f9ead3cff5640828eff5b0faff6025acc40 (diff) | |
download | ffmpeg-d1d33e0763d68c6eaff1342247f8c3198a188f0a.tar.gz |
ac3enc: remove unneeded #include
-rw-r--r-- | libavcodec/ac3enc_template.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ac3enc_template.c b/libavcodec/ac3enc_template.c index 8960124bc6..7a6d72ff48 100644 --- a/libavcodec/ac3enc_template.c +++ b/libavcodec/ac3enc_template.c @@ -28,8 +28,6 @@ #include <stdint.h> -#include "ac3enc.h" - /* prototypes for static functions in ac3enc_fixed.c and ac3enc_float.c */ |