aboutsummaryrefslogtreecommitdiff
path: root/sword1
diff options
context:
space:
mode:
authorEugene Sandulenko2004-11-05 22:12:07 +0000
committerEugene Sandulenko2004-11-05 22:12:07 +0000
commitab7c30e4ed59004f311fd068746d1537c9da5f50 (patch)
treed7b5f0ea55f09be8c12ada248a8e79b47d370e66 /sword1
parente0204e91a978d65f9c4d2abcbe93a0e7a579b8e4 (diff)
downloadscummvm-rg350-ab7c30e4ed59004f311fd068746d1537c9da5f50.tar.gz
scummvm-rg350-ab7c30e4ed59004f311fd068746d1537c9da5f50.tar.bz2
scummvm-rg350-ab7c30e4ed59004f311fd068746d1537c9da5f50.zip
Fix #include
svn-id: r15714
Diffstat (limited to 'sword1')
-rw-r--r--sword1/resman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/resman.h b/sword1/resman.h
index f2b08c388d..4f2336e70c 100644
--- a/sword1/resman.h
+++ b/sword1/resman.h
@@ -23,7 +23,7 @@
#define RESMAN_H
#include "sword1/memman.h"
-#include "file.h"
+#include "common/file.h"
#include "sword1/sworddefs.h"
namespace Sword1 {