1
0
Fork 0

Cosmetic changes to #include order.

This commit is contained in:
curt 2001-12-09 04:28:51 +00:00
parent e27a88756c
commit 09d1e59156

View file

@ -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",