]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tileentry.cxx
One more pass at a reorg.
[flightgear.git] / src / Scenery / tileentry.cxx
index b46703051989c4408cdb637309055f2709cad1c6..fa860606ceea82c35cd9f5c0ba1fae81858d05ea 100644 (file)
@@ -21,7 +21,7 @@
 // $Id$
 
 
-#include <Include/compiler.h>
+#include <simgear/compiler.h>
 
 #ifdef FG_MATH_EXCEPTION_CLASH
 #  include <math.h>
@@ -30,8 +30,8 @@
 #include STL_FUNCTIONAL
 #include STL_ALGORITHM
 
-#include <Debug/logstream.hxx>
-#include <Bucket/newbucket.hxx>
+#include <simgear/bucket/newbucket.hxx>
+#include <simgear/debug/logstream.hxx>
 
 #include "tileentry.hxx"