From c3cf8105629b3a84744e6fd25e09ddaf3283297a Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 10 Jan 2006 15:23:10 +0000 Subject: [PATCH] Another attempt at fixing a cygwin compiler error. --- src/Sound/fg_fx.cxx | 4 ++++ src/Sound/fg_fx.hxx | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Sound/fg_fx.cxx b/src/Sound/fg_fx.cxx index e21a0c2aa..7054e358e 100644 --- a/src/Sound/fg_fx.cxx +++ b/src/Sound/fg_fx.cxx @@ -25,6 +25,10 @@ #pragma warning (disable: 4786) #endif +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include #ifdef __BORLANDC__ diff --git a/src/Sound/fg_fx.hxx b/src/Sound/fg_fx.hxx index 08d690c88..61aee36ec 100644 --- a/src/Sound/fg_fx.hxx +++ b/src/Sound/fg_fx.hxx @@ -24,10 +24,6 @@ #ifndef __FGFX_HXX #define __FGFX_HXX 1 -#ifdef HAVE_CONFIG_H -# include -#endif - #include #include -- 2.39.5