aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/detection.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-03-04 11:53:25 +0000
committerJohannes Schickel2009-03-04 11:53:25 +0000
commitefd7c2eac972e86c6e0d4699dcb8f2ce38649587 (patch)
treebffa819253284085c6d951c2a20d10bcebf2e361 /engines/kyra/detection.cpp
parent565c075e3b7491a20618b46df09403cf323efed7 (diff)
downloadscummvm-rg350-efd7c2eac972e86c6e0d4699dcb8f2ce38649587.tar.gz
scummvm-rg350-efd7c2eac972e86c6e0d4699dcb8f2ce38649587.tar.bz2
scummvm-rg350-efd7c2eac972e86c6e0d4699dcb8f2ce38649587.zip
Ease conditional LoL compiling with build systems not based on the default one.
svn-id: r39125
Diffstat (limited to 'engines/kyra/detection.cpp')
-rw-r--r--engines/kyra/detection.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp
index e125ca06eb..fcd01a39a5 100644
--- a/engines/kyra/detection.cpp
+++ b/engines/kyra/detection.cpp
@@ -24,12 +24,10 @@
#include "kyra/kyra_v1.h"
#include "kyra/kyra_lok.h"
+#include "kyra/lol.h"
#include "kyra/kyra_hof.h"
#include "kyra/kyra_mr.h"
-#ifdef ENABLE_LOL
-#include "kyra/lol.h"
-#endif // ENABLE_LOL
#include "common/config-manager.h"
#include "engines/advancedDetector.h"