]> git.mxchange.org Git - flightgear.git/commitdiff
Cosmetic changes to #include order.
authorcurt <curt>
Sun, 9 Dec 2001 04:28:51 +0000 (04:28 +0000)
committercurt <curt>
Sun, 9 Dec 2001 04:28:51 +0000 (04:28 +0000)
src/Sound/fg_fx.cxx

index c7820b94b05a4054fabe0d522a0ff35017e349cb..370d23c033d0b2b0c201397d5b2c03f752156dcb 100644 (file)
 //
 // $Id$
 
-#include "fg_fx.hxx"
+#include <FDM/flight.hxx>      // FIXME: remove direct dependencies
 #include <Main/fg_props.hxx>
 
-// FIXME: remove direct dependencies
-#include <FDM/flight.hxx>
+#include "fg_fx.hxx"
+
 
 static const char * engine_names[FGFX::MAX_ENGINES] = {
   "engine0",