summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-07-13 23:10:28 +0000
committerMåns Rullgård <mans@mansr.com>2006-07-13 23:10:28 +0000
commit43756fa17f9b143fa3d330e8d9e6357840d52da9 (patch)
treeb177be04278b71be974124b5125135fbc7c45246 /libavutil
parent4b65d88fd7a19a75215de74d7c6e2f664e40df26 (diff)
remove redundant #include <math.h>
Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index abf6c02f0e..d07f5f1277 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 <math.h>
#endif /* HAVE_LRINTF */
#endif /* HAVE_AV_CONFIG_H */