summaryrefslogtreecommitdiff
path: root/src/store.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commit71a3bdb100d427ceedce7b2c8fe94de6181341d1 (patch)
tree8542e37ae3f5b66a16dcbb9e0fe68fefa167aeed /src/store.cc
parent6cf4c537d2a3545e7f9579999822ce59557eea28 (diff)
Move store.cc function declarations to separate header
Diffstat (limited to 'src/store.cc')
-rw-r--r--src/store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store.cc b/src/store.cc
index e6cbd433..5b9758b7 100644
--- a/src/store.cc
+++ b/src/store.cc
@@ -10,7 +10,7 @@
* included in all such copies.
*/
-#include "angband.h"
+#include "store.hpp"
#include "spell_type.hpp"
#include "quark.h"
#include "hooks.h"