diff options
Diffstat (limited to 'engines/avalanche/celer2.cpp')
-rw-r--r-- | engines/avalanche/celer2.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/avalanche/celer2.cpp b/engines/avalanche/celer2.cpp index d9af28a13e..4296f36f70 100644 --- a/engines/avalanche/celer2.cpp +++ b/engines/avalanche/celer2.cpp @@ -27,13 +27,15 @@ /* CELER The unit for updating the screen pics. */ +#include "avalanche/avalanche.h" + #include "avalanche/celer2.h" -#include "common/textconsole.h" #include "avalanche/trip6.h" #include "avalanche/lucerna2.h" #include "avalanche/gyro2.h" #include "avalanche/roomnums.h" -#include "avalanche/avalanche.h" + +#include "common/textconsole.h" namespace Avalanche { |