summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-22 15:22:02 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-22 16:01:22 +0100
commitc17c9486a22ce9f2160b2d2ad559d9a19e453f83 (patch)
tree4d32c8d5bfac290c15d858beccff80ce5fd933f1 /src/dungeon.cc
parentf498e18ca748427db1de1bf0301df5113e4f5ba2 (diff)
Rename miscellaneous .h headers to .hpp
Diffstat (limited to 'src/dungeon.cc')
-rw-r--r--src/dungeon.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dungeon.cc b/src/dungeon.cc
index 68ccef82..953ea536 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -27,7 +27,7 @@
#include "gen_evol.hpp"
#include "gods.hpp"
#include "help.hpp"
-#include "hooks.h"
+#include "hooks.hpp"
#include "init2.hpp"
#include "levels.hpp"
#include "loadsave.h"
@@ -43,8 +43,8 @@
#include "object2.hpp"
#include "options.hpp"
#include "powers.hpp"
-#include "quest.h"
-#include "quark.h"
+#include "quest.hpp"
+#include "quark.hpp"
#include "skills.hpp"
#include "spell_type.hpp"
#include "spells1.hpp"