From ad9a0d02325cb36749f9be25fa52f404f17213ab Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:59 +0100 Subject: Move bldg.cc declarations to separate header --- src/store.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/store.cc') 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" -- cgit v1.2.3