remove redundant #include <math.h>
authorMåns Rullgård <mans@mansr.com>
Thu, 13 Jul 2006 23:10:28 +0000 (23:10 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 13 Jul 2006 23:10:28 +0000 (23:10 +0000)
Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/common.h

index abf6c02..d07f5f1 100644 (file)
@@ -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 <math.h>
 #endif /* HAVE_LRINTF */
 
 #endif /* HAVE_AV_CONFIG_H */