summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-27 17:31:55 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-27 17:31:55 +0100
commit21e5d28ecd75a26f2f3aa6ba871bdcf0ad61870b (patch)
tree97c686607b31d0e578c6090f453b3baee141f7fc /crawl-ref/source/maps.h
parent400830315df67fb66529814a9d80a7fa4e340357 (diff)
downloadcrawl-ref-21e5d28ecd75a26f2f3aa6ba871bdcf0ad61870b.tar.gz
crawl-ref-21e5d28ecd75a26f2f3aa6ba871bdcf0ad61870b.zip
Remove further header-header includes.
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index 382dee0c5f..e3f902a23a 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -8,12 +8,14 @@
#ifndef MAPS_H
#define MAPS_H
-#include "dlua.h"
-#include "dungeon.h"
-
#include <vector>
+#include "mapdef.h" // for typedef depth_ranges
+
+struct level_range;
class map_def;
+struct map_file_place;
+struct vault_placement;
int vault_main(vault_placement &vp, const map_def *vault,
bool check_place = false);