summaryrefslogtreecommitdiff
path: root/src/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells4.cc')
-rw-r--r--src/spells4.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/spells4.cc b/src/spells4.cc
index c0e3e9af..34b39c5f 100644
--- a/src/spells4.cc
+++ b/src/spells4.cc
@@ -1,8 +1,6 @@
#include "angband.h"
-#include <assert.h>
-#include <sstream>
-
+#include "cave.hpp"
#include "gods.hpp"
#include "lua_bind.hpp"
#include "spell_type.hpp"
@@ -11,6 +9,9 @@
#include "spells5.hpp"
#include <algorithm>
+#include <cassert>
+#include <sstream>
+
school_book_type school_books[SCHOOL_BOOKS_SIZE];
s32b SCHOOL_AIR;