summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/beinginfo.h2
-rw-r--r--src/resources/iteminfo.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h
index e9f1a6055..a475a573a 100644
--- a/src/resources/beinginfo.h
+++ b/src/resources/beinginfo.h
@@ -23,7 +23,7 @@
#ifndef RESOURCES_BEINGINFO_H
#define RESOURCES_BEINGINFO_H
-#include "actorsprite.h"
+#include "being/actorsprite.h"
#include "resources/colordb.h"
#include "resources/cursor.h"
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h
index a38f32e66..d0b305c49 100644
--- a/src/resources/iteminfo.h
+++ b/src/resources/iteminfo.h
@@ -23,7 +23,7 @@
#ifndef RESOURCES_ITEMINFO_H
#define RESOURCES_ITEMINFO_H
-#include "being.h"
+#include "being/being.h"
#include "resources/colordb.h"