diff options
Diffstat (limited to 'engines/avalanche/logger2.cpp')
-rw-r--r-- | engines/avalanche/logger2.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/logger2.cpp b/engines/avalanche/logger2.cpp index b9452e3e4a..08981f5d20 100644 --- a/engines/avalanche/logger2.cpp +++ b/engines/avalanche/logger2.cpp @@ -27,12 +27,12 @@ /* LOGGER Handles the logging. */ +#include "avalanche/avalanche.h" + #include "avalanche/logger2.h" #include "avalanche/gyro2.h" -#include "avalanche/avalanche.h" -//#include "avalanche/trip6.h" +#include "avalanche/trip6.h" -#include "common/system.h" #include "common/textconsole.h" namespace Avalanche { |