aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
diff options
context:
space:
mode:
authorMax Horn2006-09-23 00:42:35 +0000
committerMax Horn2006-09-23 00:42:35 +0000
commit4c14cf6d1a77857e3683a1029b42ddb96e1bc80b (patch)
tree09057bd88bd471c2603139cbb06abac53625f2e4 /engines/sword1
parenta3be69f4e4b1793c2ce1fe95d3d6db5ca3a7cf8b (diff)
downloadscummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.tar.gz
scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.tar.bz2
scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.zip
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files
svn-id: r23974
Diffstat (limited to 'engines/sword1')
-rw-r--r--engines/sword1/resman.cpp2
-rw-r--r--engines/sword1/sword1.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword1/resman.cpp b/engines/sword1/resman.cpp
index c7fe6bf3ba..1397a5506e 100644
--- a/engines/sword1/resman.cpp
+++ b/engines/sword1/resman.cpp
@@ -26,7 +26,7 @@
#include "common/util.h"
#include "common/str.h"
-#include "base/engine.h"
+#include "engines/engine.h"
#include "sword1/memman.h"
#include "sword1/resman.h"
diff --git a/engines/sword1/sword1.h b/engines/sword1/sword1.h
index 786bfc538e..798e26d541 100644
--- a/engines/sword1/sword1.h
+++ b/engines/sword1/sword1.h
@@ -23,7 +23,7 @@
#ifndef BSSWORD1_H
#define BSSWORD1_H
-#include "base/engine.h"
+#include "engines/engine.h"
#include "common/util.h"
#include "sword1/sworddefs.h"