summaryrefslogtreecommitdiff
path: root/src/hooks.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/hooks.cc
parentf498e18ca748427db1de1bf0301df5113e4f5ba2 (diff)
Rename miscellaneous .h headers to .hpp
Diffstat (limited to 'src/hooks.cc')
-rw-r--r--src/hooks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks.cc b/src/hooks.cc
index 77b93cf7..43c6e6d3 100644
--- a/src/hooks.cc
+++ b/src/hooks.cc
@@ -5,7 +5,7 @@
* not for profit purposes provided that this copyright and statement are
* included in all such copies.
*/
-#include "hooks.h"
+#include "hooks.hpp"
#include "angband.h"
#include <algorithm>