aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavcodec/common.h4
1 files changed, 0 insertions, 4 deletions
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 <sys/param.h>
-#endif
-
#ifndef INT64_C
#define INT64_C(c) (c ## LL)
#define UINT64_C(c) (c ## ULL)