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
commitad9a0d02325cb36749f9be25fa52f404f17213ab (patch)
tree5e9df22c490cf11a99e8fb209090c40407e97cb5 /src/store.cc
parent4ad730223cc0f2661126b51dd0ac012d48b2b10f (diff)
Move bldg.cc declarations to separate header
Diffstat (limited to 'src/store.cc')
-rw-r--r--src/store.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/store.cc b/src/store.cc
index 4260112d..9bb50234 100644
--- a/src/store.cc
+++ b/src/store.cc
@@ -1,7 +1,3 @@
-/* File: store.c */
-
-/* Purpose: Store commands */
-
/*
* Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
*
@@ -11,9 +7,11 @@
*/
#include "store.hpp"
+
+#include "bldg.hpp"
+#include "hooks.h"
#include "spell_type.hpp"
#include "quark.h"
-#include "hooks.h"
#include "skills.hpp"
#include "spells5.hpp"
#include "xtra1.hpp"