summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-12 12:30:59 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-12 12:30:59 +0200
commitbb38340278573cc3d3a39f5312348a68669d7009 (patch)
tree15e500dd83a968fbbac21b61802421d8bead41f8 /crawl-ref/source/dungeon.cc
parent667a7541a925a8adaebcfb673aed22c7eeb73eae (diff)
parentea87539549413ac9595762ec09fcbab4b3f0032b (diff)
downloadcrawl-ref-bb38340278573cc3d3a39f5312348a68669d7009.tar.gz
crawl-ref-bb38340278573cc3d3a39f5312348a68669d7009.zip
Merge branch 'master' into trees
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 4f07e96f12..1a22de6180 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -27,7 +27,6 @@ REVISION("$Rev$");
#include "directn.h"
#include "dungeon.h"
#include "files.h"
-#include "food.h"
#include "itemname.h"
#include "itemprop.h"
#include "items.h"
@@ -39,20 +38,16 @@ REVISION("$Rev$");
#include "message.h"
#include "misc.h"
#include "mon-util.h"
-#include "mon-pick.h"
#include "monplace.h"
-#include "monstuff.h"
#include "notes.h"
#include "place.h"
#include "player.h"
#include "religion.h"
#include "spells3.h"
-#include "spl-book.h"
#include "state.h"
#include "stuff.h"
#include "tags.h"
#include "terrain.h"
-#include "tiles.h"
#include "traps.h"
#include "travel.h"
#include "view.h"