]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/material.cxx
cygwin32 fixes by norman vine.
[flightgear.git] / src / Objects / material.cxx
index c8caf2c7efe6f08b64dbbe2059b7c6ea6704791a..737e8471b9e3f4e361c29260d52bea9a19060b05 100644 (file)
@@ -25,7 +25,7 @@
 #  include <config.h>
 #endif
 
-#include <Include/compiler.h>
+#include <simgear/compiler.h>
 
 #ifdef FG_MATH_EXCEPTION_CLASH
 #  include <math.h>
 #endif
 
 #include <GL/glut.h>
-#include <XGL/xgl.h>
+#include <simgear/xgl/xgl.h>
 
 #include STL_STRING
 
-#include <Debug/logstream.hxx>
-#include <Misc/fgpath.hxx>
-#include <Misc/fgstream.hxx>
+#include <simgear/debug/logstream.hxx>
+#include <simgear/misc/fgpath.hxx>
+#include <simgear/misc/fgstream.hxx>
 
 #include "material.hxx"
 #include "texload.h"