summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/overmap.cc')
-rw-r--r--crawl-ref/source/overmap.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/overmap.cc b/crawl-ref/source/overmap.cc
index 6cbb4cee88..37ff1f5f87 100644
--- a/crawl-ref/source/overmap.cc
+++ b/crawl-ref/source/overmap.cc
@@ -26,10 +26,8 @@
#include "directn.h"
#include "dungeon.h"
#include "map_knowledge.h"
-#include "fprop.h"
#include "feature.h"
#include "files.h"
-#include "initfile.h"
#include "menu.h"
#include "religion.h"
#include "shopping.h"
@@ -37,7 +35,6 @@
#include "stuff.h"
#include "terrain.h"
#include "view.h"
-#include "shout.h"
typedef std::map<branch_type, level_id> stair_map_type;
typedef std::map<level_pos, shop_type> shop_map_type;