aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/detection.cpp
diff options
context:
space:
mode:
authoruruk2013-09-19 21:21:53 +0200
committeruruk2013-09-19 21:21:53 +0200
commit31637f198333999a75e513267002819b1ee6e752 (patch)
tree317a6b9c09f36eb52d5f5225e5cbc23fdaac18bc /engines/avalanche/detection.cpp
parent21a9de5df23395b5a5466a7345222a045eab8135 (diff)
downloadscummvm-rg350-31637f198333999a75e513267002819b1ee6e752.tar.gz
scummvm-rg350-31637f198333999a75e513267002819b1ee6e752.tar.bz2
scummvm-rg350-31637f198333999a75e513267002819b1ee6e752.zip
AVALANCHE: Cosmetic modifications.
Diffstat (limited to 'engines/avalanche/detection.cpp')
-rw-r--r--engines/avalanche/detection.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/avalanche/detection.cpp b/engines/avalanche/detection.cpp
index 6e34a5afb9..1b243d2845 100644
--- a/engines/avalanche/detection.cpp
+++ b/engines/avalanche/detection.cpp
@@ -25,12 +25,14 @@
* Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman.
*/
-#include "engines/advancedDetector.h"
+#include "avalanche/avalanche.h"
+
#include "common/system.h"
#include "common/savefile.h"
-#include "graphics/thumbnail.h"
-#include "avalanche/avalanche.h"
+#include "engines/advancedDetector.h"
+
+#include "graphics/thumbnail.h"
namespace Avalanche {