From 52c564b5b8dd331db8115c96eb011ea34cb047fa Mon Sep 17 00:00:00 2001 From: david Date: Tue, 31 Dec 2002 03:13:17 +0000 Subject: [PATCH] Patch from Norm Vine to remove unnecessary include-file dependencies. --- src/Cockpit/panel_io.hxx | 2 -- src/Sound/fg_fx.hxx | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) 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. -- 2.39.5