summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/spells3.cc2
-rw-r--r--src/spells3.hpp4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/spells3.cc b/src/spells3.cc
index 86754a34..205b5bd1 100644
--- a/src/spells3.cc
+++ b/src/spells3.cc
@@ -1,5 +1,5 @@
-#include "angband.h"
#include "spells3.hpp"
+#include "angband.h"
#include <assert.h>
diff --git a/src/spells3.hpp b/src/spells3.hpp
index eac626e7..992aed0e 100644
--- a/src/spells3.hpp
+++ b/src/spells3.hpp
@@ -1,5 +1,9 @@
#pragma once
+#include "spell_type_fwd.h"
+#include "h-basic.h"
+#include "types_fwd.h"
+
extern s32b NOXIOUSCLOUD;
extern s32b AIRWINGS;
extern s32b INVISIBILITY;