aboutsummaryrefslogtreecommitdiff
path: root/sword1/objectman.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/objectman.h')
-rw-r--r--sword1/objectman.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sword1/objectman.h b/sword1/objectman.h
index 39f032ad17..c65ae441c6 100644
--- a/sword1/objectman.h
+++ b/sword1/objectman.h
@@ -25,8 +25,8 @@
#define OBJECTMAN_H
#include "resman.h"
-#include "sworddefs.h"
-#include "object.h"
+#include "sword1/sworddefs.h"
+#include "sword1/object.h"
namespace Sword1 {
@@ -63,4 +63,3 @@ private:
} // End of namespace Sword1
#endif //OBJECTMAN_H
-