changeset 580:0b706debf55d libavcodec

this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl>
author michaelni
date Tue, 23 Jul 2002 09:44:34 +0000
parents ba17f7dbe745
children 8adda0af04e2
files common.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Mon Jul 22 20:51:26 2002 +0000
+++ b/common.h	Tue Jul 23 09:44:34 2002 +0000
@@ -109,10 +109,6 @@
 
 #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)