From: david Date: Tue, 31 Dec 2002 03:13:17 +0000 (+0000) Subject: Patch from Norm Vine to remove unnecessary include-file dependencies. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=52c564b5b8dd331db8115c96eb011ea34cb047fa;p=flightgear.git Patch from Norm Vine to remove unnecessary include-file dependencies. --- diff --git a/src/Cockpit/panel_io.hxx b/src/Cockpit/panel_io.hxx index 0f203dfc0..6aea75e23 100644 --- a/src/Cockpit/panel_io.hxx +++ b/src/Cockpit/panel_io.hxx @@ -33,8 +33,6 @@ #include STL_IOSTREAM -#include "panel.hxx" - #if !defined (SG_HAVE_NATIVE_SGI_COMPILERS) SG_USING_STD(istream); #endif diff --git a/src/Sound/fg_fx.hxx b/src/Sound/fg_fx.hxx index aaed5ae06..e3c1e7bc6 100644 --- a/src/Sound/fg_fx.hxx +++ b/src/Sound/fg_fx.hxx @@ -24,10 +24,9 @@ #ifndef __FGFX_HXX #define __FGFX_HXX 1 -#include - -#include "fg_sound.hxx" +#include
+class FGSound; /** * Generator for FlightGear sound effects.