Cosmetic changes to #include order.
This commit is contained in:
parent
e27a88756c
commit
09d1e59156
1 changed files with 3 additions and 3 deletions
|
@ -21,11 +21,11 @@
|
|||
//
|
||||
// $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",
|
||||
|
|
Loading…
Reference in a new issue