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