]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/mymath.h
First quick hack at panel shading.
[flightgear.git] / src / Time / mymath.h
index 737bb29e0879469b7cca07db754a498a43283a7c..f68cdad84096f360bd2497f00dccb2c10f41a5c5 100755 (executable)
@@ -37,7 +37,7 @@
 #ifndef _MY_MATH_H_
 #define _MY_MATH_H__
 
-#include <Include/compiler.h>
+#include <simgear/compiler.h>
 
 #include <math.h>
 #include STL_FSTREAM
@@ -45,7 +45,8 @@
 
 FG_USING_NAMESPACE(std);
 
-#include <fg_constants.h>
+#include <simgear/constants.h>
+
 extern const  double PiOver180;
 extern const double Pix4dif3;