From: curt Date: Sun, 9 Dec 2001 04:28:51 +0000 (+0000) Subject: Cosmetic changes to #include order. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=09d1e5915629e779fb72fa91c24e5fd2201700bf;p=flightgear.git Cosmetic changes to #include order. --- diff --git a/src/Sound/fg_fx.cxx b/src/Sound/fg_fx.cxx index c7820b94b..370d23c03 100644 --- a/src/Sound/fg_fx.cxx +++ b/src/Sound/fg_fx.cxx @@ -21,11 +21,11 @@ // // $Id$ -#include "fg_fx.hxx" +#include // FIXME: remove direct dependencies #include
-// FIXME: remove direct dependencies -#include +#include "fg_fx.hxx" + static const char * engine_names[FGFX::MAX_ENGINES] = { "engine0",