summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgnbld.cc
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@wybt.net>2010-12-13 14:57:34 +0300
committerVsevolod Kozlov <zaba@wybt.net>2010-12-14 14:14:37 +0300
commiteb4c875d602608613bbe5597c4b6d9ec10e70897 (patch)
tree167e1b5b11c92fbe946a67f98b66da7533d72bf4 /crawl-ref/source/l_dgnbld.cc
parent0721bf4ea9ef995880e3af3e1efb3e2377ed32d5 (diff)
downloadcrawl-ref-eb4c875d602608613bbe5597c4b6d9ec10e70897.tar.gz
crawl-ref-eb4c875d602608613bbe5597c4b6d9ec10e70897.zip
Remove dungeon.h #include from files that don't need it.
Breaks neither debug nor normal build for me, so I guess it's okay.
Diffstat (limited to 'crawl-ref/source/l_dgnbld.cc')
-rw-r--r--crawl-ref/source/l_dgnbld.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/l_dgnbld.cc b/crawl-ref/source/l_dgnbld.cc
index 30b64e3d63..1996df4bd2 100644
--- a/crawl-ref/source/l_dgnbld.cc
+++ b/crawl-ref/source/l_dgnbld.cc
@@ -10,7 +10,6 @@
#include "cluautil.h"
#include "coord.h"
#include "coordit.h"
-#include "dungeon.h"
#include "l_libs.h"
#include "mapdef.h"
#include "random.h"