]> Dogcows Code - chaz/yoink/blobdiff - src/moof/math.hh
configuration cleanup and bugfixes
[chaz/yoink] / src / moof / math.hh
index 9a0c8eb82c8ef28eaa789ff6a4da4183bb18e1ec..a960b0d1df1050370140d7869879d8ae25f7911c 100644 (file)
  * General math-related types and functions.
  */
 
+#include "config.h"
+
 #include <cmath>
 
+#include <cml/cml.h>
 #include <SDL/SDL_opengl.h>
 
-#include <moof/cml/cml.h>
-
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 
 #if USE_DOUBLE_PRECISION
 typedef GLdouble       GLscalar;
This page took 0.020107 seconds and 4 git commands to generate.