From 43756fa17f9b143fa3d330e8d9e6357840d52da9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 13 Jul 2006 23:10:28 +0000 Subject: [PATCH] remove redundant #include Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libavutil/common.h b/libavutil/common.h index abf6c02..d07f5f1 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -604,11 +604,6 @@ static always_inline long int lrintf(float x) return (int)(rint(x)); #endif /* __MINGW32__ */ } -#else -#ifndef _ISOC9X_SOURCE -#define _ISOC9X_SOURCE -#endif -#include #endif /* HAVE_LRINTF */ #endif /* HAVE_AV_CONFIG_H */ -- 2.7.4