summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:55 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:55 +0100
commit7d6273cfbbc9717c30792817824b5511f7aee05f (patch)
tree4329d00cbfb9e382019e52515d1ac577334e7e65 /tests
parentb3585338e36d7a660fe3019131746feb9e445308 (diff)
Consolide the two spell_type headers
Diffstat (limited to 'tests')
-rw-r--r--tests/get_level_device.cc2
-rw-r--r--tests/lua_get_level.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/get_level_device.cc b/tests/get_level_device.cc
index aacb8a94..a5a5afa9 100644
--- a/tests/get_level_device.cc
+++ b/tests/get_level_device.cc
@@ -1,5 +1,5 @@
#include "angband.h"
-#include "spell_type.h"
+#include "spell_type.hpp"
#include <bandit/bandit.h>
using namespace bandit;
diff --git a/tests/lua_get_level.cc b/tests/lua_get_level.cc
index b1cb559d..317fbe0e 100644
--- a/tests/lua_get_level.cc
+++ b/tests/lua_get_level.cc
@@ -1,4 +1,4 @@
-#include "spell_type.h"
+#include "spell_type.hpp"
#include <bandit/bandit.h>
using namespace bandit;