summaryrefslogtreecommitdiff
path: root/src/store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.cc')
-rw-r--r--src/store.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/store.cc b/src/store.cc
index 4cc23031..8e9512cd 100644
--- a/src/store.cc
+++ b/src/store.cc
@@ -10,19 +10,29 @@
#include "bldg.hpp"
#include "cave.hpp"
+#include "cave_type.hpp"
#include "cmd3.hpp"
#include "cmd4.hpp"
#include "cmd5.hpp"
#include "files.hpp"
#include "hooks.hpp"
+#include "obj_theme.hpp"
#include "object1.hpp"
#include "object2.hpp"
+#include "object_kind.hpp"
#include "options.hpp"
+#include "owner_type.hpp"
+#include "player_type.hpp"
#include "quark.hpp"
#include "spell_type.hpp"
#include "skills.hpp"
#include "spells5.hpp"
+#include "stats.hpp"
+#include "store_action_type.hpp"
+#include "store_type.hpp"
+#include "store_info_type.hpp"
#include "tables.hpp"
+#include "town_type.hpp"
#include "util.hpp"
#include "util.h"
#include "variable.h"