diff --git a/libavcodec/common.h b/libavcodec/common.h index e25e26651c..bacc6470e1 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)