diff options
author | uruk | 2013-06-29 16:36:40 +0200 |
---|---|---|
committer | uruk | 2013-06-29 16:36:40 +0200 |
commit | 1d11268eb486a28bf471c277a407954ccfcda212 (patch) | |
tree | adce0f8177f4eeb4471dc513aee32904d4776633 /engines/avalanche/lucerna2.cpp | |
parent | cb9ec866ac50f7959ed1336af5a62c8e309736cf (diff) | |
download | scummvm-rg350-1d11268eb486a28bf471c277a407954ccfcda212.tar.gz scummvm-rg350-1d11268eb486a28bf471c277a407954ccfcda212.tar.bz2 scummvm-rg350-1d11268eb486a28bf471c277a407954ccfcda212.zip |
AVALANCHE: Reorganise includes.
Diffstat (limited to 'engines/avalanche/lucerna2.cpp')
-rw-r--r-- | engines/avalanche/lucerna2.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/avalanche/lucerna2.cpp b/engines/avalanche/lucerna2.cpp index 22ae5b536e..344c273cdb 100644 --- a/engines/avalanche/lucerna2.cpp +++ b/engines/avalanche/lucerna2.cpp @@ -29,14 +29,11 @@ #include "avalanche/avalanche.h" -#include "common/system.h" #include "avalanche/lucerna2.h" #include "avalanche/gyro2.h" #include "avalanche/scrolls2.h" #include "avalanche/logger2.h" #include "avalanche/enhanced2.h" - - #include "avalanche/visa2.h" #include "avalanche/timeout2.h" #include "avalanche/trip6.h" @@ -44,8 +41,9 @@ #include "avalanche/celer2.h" #include "avalanche/pingo2.h" #include "avalanche/sequence2.h" -//#include "avalanche/acci2.h" +#include "avalanche/acci2.h" +#include "common/system.h" //#include "dropdown.h" //#include "basher.h" |