]> git.mxchange.org Git - flightgear.git/commitdiff
Another attempt at fixing a cygwin compiler error.
authorcurt <curt>
Tue, 10 Jan 2006 15:23:10 +0000 (15:23 +0000)
committercurt <curt>
Tue, 10 Jan 2006 15:23:10 +0000 (15:23 +0000)
src/Sound/fg_fx.cxx
src/Sound/fg_fx.hxx

index e21a0c2aa619c8d99bb4e92ba711ce5a44f3132a..7054e358e2bdd2c5d12f475394e691e70d01032a 100644 (file)
 #pragma warning (disable: 4786)
 #endif
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/debug/logstream.hxx>
 #include <simgear/structure/exception.hxx>
 #ifdef __BORLANDC__
index 08d690c884009f7355b2a66a335d50b3b9df4404..61aee36ec7d4e3fd6c4ea85c6efff65289ea2691 100644 (file)
 #ifndef __FGFX_HXX
 #define __FGFX_HXX 1
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
 #include <simgear/compiler.h>
 
 #include <queue>