# HG changeset patch # User bellard # Date 1041979396 0 # Node ID 3c2b94407f02ecb275fd9219fa1b05d1d3574208 # Parent c3758b2e59a175e59433aca09e5c09f0b512b46e suppressed redundant math.h - suppressed M_PI redefinition diff -r c3758b2e59a1 -r 3c2b94407f02 ratecontrol.c --- a/ratecontrol.c Tue Jan 07 22:38:25 2003 +0000 +++ b/ratecontrol.c Tue Jan 07 22:43:16 2003 +0000 @@ -17,8 +17,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include -#include "common.h" #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" @@ -26,10 +24,6 @@ #undef NDEBUG // allways check asserts, the speed effect is far too small to disable them #include -#ifndef M_PI -#define M_PI 3.14159265358979323846 -#endif - #ifndef M_E #define M_E 2.718281828 #endif