summaryrefslogtreecommitdiff
path: root/src/xtra2.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/xtra2.cc
parentf498e18ca748427db1de1bf0301df5113e4f5ba2 (diff)
Rename miscellaneous .h headers to .hpp
Diffstat (limited to 'src/xtra2.cc')
-rw-r--r--src/xtra2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xtra2.cc b/src/xtra2.cc
index 80179045..7f20b466 100644
--- a/src/xtra2.cc
+++ b/src/xtra2.cc
@@ -13,7 +13,7 @@
#include "corrupt.hpp"
#include "files.hpp"
#include "gods.hpp"
-#include "hooks.h"
+#include "hooks.hpp"
#include "melee2.hpp"
#include "mimic.hpp"
#include "monster1.hpp"
@@ -23,7 +23,7 @@
#include "object1.hpp"
#include "object2.hpp"
#include "options.hpp"
-#include "quark.h"
+#include "quark.hpp"
#include "randart.hpp"
#include "skills.hpp"
#include "spells1.hpp"