diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:42:45 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:42:45 +0000 |
commit | 2ef0f2b269e2232a973ab51be6843e683b23f92d (patch) | |
tree | 99455b38f84fa6aa1859632a503f90e6dd5c1a4e /libavcodec/liba52/bitstream.c | |
parent | 3093185ea6b886affb1ab176b1149b6784eebe69 (diff) | |
download | ffmpeg-2ef0f2b269e2232a973ab51be6843e683b23f92d.tar.gz |
consistent include usage
Originally committed as revision 598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/liba52/bitstream.c')
-rw-r--r-- | libavcodec/liba52/bitstream.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/liba52/bitstream.c b/libavcodec/liba52/bitstream.c index 70621c7c11..48632104fc 100644 --- a/libavcodec/liba52/bitstream.c +++ b/libavcodec/liba52/bitstream.c @@ -21,10 +21,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "config.h" - -#include <inttypes.h> - #include "a52.h" #include "a52_internal.h" #include "bitstream.h" |