From 33400850cf915fd87c087a5f0641f4c2d04d54df Mon Sep 17 00:00:00 2001 From: Steve L'Homme Date: Tue, 24 Oct 2006 18:57:43 +0000 Subject: Don't include inttypes.h/stdint.h directly, there is an abstraction in libavutil/common.h for platforms with no inttypes.h. patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6790 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp56.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/vp56.h') diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index b82197452b..d6808b1e54 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -24,8 +24,6 @@ #ifndef VP56_H #define VP56_H -#include - #include "vp56data.h" #include "dsputil.h" #include "mpegvideo.h" -- cgit v1.2.3