diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-13 23:10:28 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-13 23:10:28 +0000 |
commit | 43756fa17f9b143fa3d330e8d9e6357840d52da9 (patch) | |
tree | b177be04278b71be974124b5125135fbc7c45246 /libavutil/common.h | |
parent | 4b65d88fd7a19a75215de74d7c6e2f664e40df26 (diff) | |
download | ffmpeg-43756fa17f9b143fa3d330e8d9e6357840d52da9.tar.gz |
remove redundant #include <math.h>
Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/common.h')
-rw-r--r-- | libavutil/common.h | 5 |
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 */ |