# HG changeset patch # User michaelni # Date 1027417474 0 # Node ID 0b706debf55dcf13f9ca4499e154559cf3acbe0d # Parent ba17f7dbe74590749499e4ccebcb67fad4bbc01f this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst diff -r ba17f7dbe745 -r 0b706debf55d common.h --- 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 -#endif - #ifndef INT64_C #define INT64_C(c) (c ## LL) #define UINT64_C(c) (c ## ULL)