]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mathlib.c
move two #defined to quakedef.h, and always include quakedef.h first before any other...
[xonotic/darkplaces.git] / mathlib.c
index eaa1a765d8e05bc5c65328a808591ad5053941e1..c1e65b5a06c3d37537d03ec37f007ce693bf114c 100644 (file)
--- a/mathlib.c
+++ b/mathlib.c
@@ -19,9 +19,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // mathlib.c -- math primitives
 
-#include <math.h>
 #include "quakedef.h"
 
+#include <math.h>
+
 vec3_t vec3_origin = {0,0,0};
 float ixtable[4096];