From a5f0696948fcdaf8425fa6f64ce55f4fd29aafb0 Mon Sep 17 00:00:00 2001 From: Bohdan Horst Date: Tue, 23 Jul 2002 09:44:34 +0000 Subject: [PATCH] this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst Originally committed as revision 789 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/common.h b/libavcodec/common.h index e25e266..bacc647 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -109,10 +109,6 @@ typedef signed long long INT64; #ifdef HAVE_AV_CONFIG_H -#ifdef __FreeBSD__ -#include -#endif - #ifndef INT64_C #define INT64_C(c) (c ## LL) #define UINT64_C(c) (c ## ULL) -- 2.7.4