summaryrefslogtreecommitdiff
path: root/src/spellmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spellmanager.h')
-rw-r--r--src/spellmanager.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/spellmanager.h b/src/spellmanager.h
index 41664e7e1..814cbf5db 100644
--- a/src/spellmanager.h
+++ b/src/spellmanager.h
@@ -23,9 +23,14 @@
#ifndef SPELLMANAGER_H
#define SPELLMANAGER_H
-#include "textcommand.h"
+#include <string>
+#include <map>
+#include <vector>
-#include "being/being.h"
+#include "localconsts.h"
+
+class Being;
+class TextCommand;
class SpellManager final
{