summaryrefslogtreecommitdiff
path: root/src/spells5.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells5.cc')
-rw-r--r--src/spells5.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/spells5.cc b/src/spells5.cc
index 4bd1886b..8e7bd4ab 100644
--- a/src/spells5.cc
+++ b/src/spells5.cc
@@ -1,12 +1,12 @@
#include "spells5.hpp"
-#include <angband.h>
-
-#include <assert.h>
+#include "angband.h"
#include "spell_type.hpp"
#include "device_allocation.h"
#include "spells3.hpp"
+#include <cassert>
+
static s16b school_spells_count = 0;
static struct spell_type *school_spells[SCHOOL_SPELLS_MAX];