aboutsummaryrefslogtreecommitdiff
path: root/scumm/cursor.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-05-14 23:28:22 +0000
committerEugene Sandulenko2005-05-14 23:28:22 +0000
commit80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd (patch)
tree61a692342f0c6762919d3701811438d77991c5f7 /scumm/cursor.cpp
parent3588b96d4fc6c1100a01f21987f34dab9c0e97bf (diff)
downloadscummvm-rg350-80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd.tar.gz
scummvm-rg350-80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd.tar.bz2
scummvm-rg350-80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd.zip
Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes.
svn-id: r18100
Diffstat (limited to 'scumm/cursor.cpp')
-rw-r--r--scumm/cursor.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp
index 0aad5939de..5eea91fd18 100644
--- a/scumm/cursor.cpp
+++ b/scumm/cursor.cpp
@@ -22,16 +22,13 @@
#include "stdafx.h"
#include "common/system.h"
#include "common/util.h"
+#include "scumm/bomp.h"
#include "scumm/charset.h"
#include "scumm/intern.h"
#include "scumm/object.h"
+#include "scumm/resource_v7he.h"
#include "scumm/saveload.h"
#include "scumm/scumm.h"
-#include "scumm/bomp.h"
-
-#ifndef DISABLE_HE
-#include "scumm/resource_v7he.h"
-#endif
namespace Scumm {