summaryrefslogtreecommitdiff
path: root/src/spells6.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:01 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:01 +0100
commit37cea853947851134b2e6f2e338d85ddc5378616 (patch)
treeb284eadd9a11275151e52f1c540787bf068488af /src/spells6.cc
parent0f610b77f2016ca80b18fdfb7a0bdd6eeb804743 (diff)
Split spells6.cc declarations to separate header file
Diffstat (limited to 'src/spells6.cc')
-rw-r--r--src/spells6.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spells6.cc b/src/spells6.cc
index 5c2d2a67..c97a1b42 100644
--- a/src/spells6.cc
+++ b/src/spells6.cc
@@ -1,5 +1,6 @@
-#include "angband.h"
+#include "spells6.hpp"
+#include "angband.h"
#include "gods.hpp"
#include "skills.hpp"
#include "spell_type.hpp"