]> git.mxchange.org Git - flightgear.git/commitdiff
Kill some unnecessary include dependencies.
authorThorstenB <brehmt@gmail.com>
Fri, 19 Nov 2010 12:44:52 +0000 (13:44 +0100)
committerThorstenB <brehmt@gmail.com>
Fri, 19 Nov 2010 12:44:52 +0000 (13:44 +0100)
Speed-up compilation when working on tilemanager.

src/AIModel/AIEscort.cxx
src/AIModel/AIGroundVehicle.cxx
src/Main/fg_commands.cxx
src/Main/renderer.cxx

index 927e62655ccd8785cf5e4fe238b4ca7e47a7d69e..2125b6ac478659513301e975e9f0c877ed7ccfc7 100644 (file)
@@ -35,7 +35,6 @@
 #include <Main/viewer.hxx>
 
 #include <Scenery/scenery.hxx>
-#include <Scenery/tilemgr.hxx>
 
 #include "AIEscort.hxx"
 
index 257a73517c3397e78eeb3d18043b3c3d881ff8c7..08a47489b99302099492b9144064ed6ff8eefa39 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <Main/viewer.hxx>
 #include <Scenery/scenery.hxx>
-#include <Scenery/tilemgr.hxx>
 #include <Airports/dynamics.hxx>
 
 #include "AIGroundVehicle.hxx"
index c3c60fbec236f98a692e0aa3cd8b01ba41444203..28bf42770067d6ae87ef086ddf0e4bc7903966a7 100644 (file)
@@ -31,7 +31,6 @@
 #include <GUI/new_gui.hxx>
 #include <GUI/dialog.hxx>
 #include <Aircraft/replay.hxx>
-#include <Scenery/tilemgr.hxx>
 #include <Scenery/scenery.hxx>
 #include <Scripting/NasalSys.hxx>
 #include <Sound/sample_queue.hxx>
index 6eb3d3f688b2bfb9ecb31a839cb04c7d1e35ba0a..d1fa367cfb09434aa53cd840046a527d3bd49b42 100644 (file)
@@ -92,7 +92,6 @@
 #include <Model/acmodel.hxx>
 #include <Scenery/scenery.hxx>
 #include <Scenery/redout.hxx>
-#include <Scenery/tilemgr.hxx>
 #include <GUI/new_gui.hxx>
 #include <Instrumentation/HUD/HUD.hxx>
 #include <Environment/precipitation_mgr.hxx>