summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-27 17:57:40 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-27 17:57:40 +0100
commit9368f57866c8d62ed9927410e2a2230e0a1c3b54 (patch)
tree25df4e8d7de1d8fdd68e29d28612b7871de1c890 /crawl-ref/source/main.cc
parent21e5d28ecd75a26f2f3aa6ba871bdcf0ad61870b (diff)
downloadcrawl-ref-9368f57866c8d62ed9927410e2a2230e0a1c3b54.tar.gz
crawl-ref-9368f57866c8d62ed9927410e2a2230e0a1c3b54.zip
Remove header includes from mon-place.h.
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 3298e96ea7..68f5440389 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -33,8 +33,6 @@
#endif
#include "externs.h"
-#include "options.h"
-#include "species.h"
#include "abl-show.h"
#include "abyss.h"
@@ -47,6 +45,7 @@
#include "cloud.h"
#include "clua.h"
#include "command.h"
+#include "coord.h"
#include "coordit.h"
#include "ctest.h"
#include "crash.h"
@@ -94,6 +93,7 @@
#include "newgame.h"
#include "ng-init.h"
#include "notes.h"
+#include "options.h"
#include "ouch.h"
#include "output.h"
#include "overmap.h"
@@ -104,6 +104,7 @@
#include "shopping.h"
#include "skills.h"
#include "skills2.h"
+#include "species.h"
#include "spells1.h"
#include "spells2.h"
#include "spells3.h"