diff --git a/src/r_main.c b/src/r_main.c index 5e75c5147..3ea8153ca 100644 --- a/src/r_main.c +++ b/src/r_main.c @@ -19,6 +19,8 @@ // //----------------------------------------------------------------------------- +#include // [Nugget] + #include "doomstat.h" #include "r_main.h" #include "r_things.h" @@ -35,11 +37,6 @@ #include "p_map.h" #include "p_mobj.h" -// [Nugget] -#ifndef M_PI - #define M_PI 3.14159265358979323846 -#endif - // [Nugget] Removed unused FIELDOFVIEW macro // killough: viewangleoffset is a legacy from the pre-v1.2 days, when Doom