]> git.mxchange.org Git - flightgear.git/commitdiff
Patch from Norm Vine to remove unnecessary include-file dependencies.
authordavid <david>
Tue, 31 Dec 2002 03:13:17 +0000 (03:13 +0000)
committerdavid <david>
Tue, 31 Dec 2002 03:13:17 +0000 (03:13 +0000)
src/Cockpit/panel_io.hxx
src/Sound/fg_fx.hxx

index 0f203dfc0c51f13059e5f32a692098fd178c14f8..6aea75e23d83dbf947858a2010618aa64ac70704 100644 (file)
@@ -33,8 +33,6 @@
 
 #include STL_IOSTREAM
 
-#include "panel.hxx"
-
 #if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
 SG_USING_STD(istream);
 #endif
index aaed5ae064d92cd43dde23327f550782657e2665..e3c1e7bc6e8e973428685b7a367e3b83494c1f69 100644 (file)
 #ifndef __FGFX_HXX
 #define __FGFX_HXX 1
 
-#include <simgear/compiler.h>
-
-#include "fg_sound.hxx"
+#include <Main/fgfs.hxx>
 
+class FGSound;
 
 /**
  * Generator for FlightGear sound effects.