changeset 70:57690086d387 libavutil

remove redundant #include <math.h>
author mru
date Thu, 13 Jul 2006 23:10:28 +0000
parents da928d224953
children b0cd22d2ad68
files common.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Thu Jul 13 23:10:01 2006 +0000
+++ b/common.h	Thu Jul 13 23:10:28 2006 +0000
@@ -604,11 +604,6 @@
     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 */