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/vp6data.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/vp6data.h') diff --git a/libavcodec/vp6data.h b/libavcodec/vp6data.h index 3ebe4f2738..5a387cc756 100644 --- a/libavcodec/vp6data.h +++ b/libavcodec/vp6data.h @@ -24,7 +24,6 @@ #ifndef VP6DATA_H #define VP6DATA_H -#include #include "vp56data.h" static const uint8_t vp6_def_fdv_vector_model[2][8] = { -- cgit v1.2.3