summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-setup.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 21:58:07 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 23:24:48 -0700
commitd20dde44ce56c0dfcf7ade7f691b479748ebcafe (patch)
tree9a4532191645b68ee7a6b0885735f811bbcd4721 /crawl-ref/source/ng-setup.cc
parentfc78f0c065fcd4d19bddc74daaf1d70cc5c68792 (diff)
downloadcrawl-ref-d20dde44ce56c0dfcf7ade7f691b479748ebcafe.tar.gz
crawl-ref-d20dde44ce56c0dfcf7ade7f691b479748ebcafe.zip
Move blood rotting into a new file
Diffstat (limited to 'crawl-ref/source/ng-setup.cc')
-rw-r--r--crawl-ref/source/ng-setup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-setup.cc b/crawl-ref/source/ng-setup.cc
index 18c5356d72..796a7fdd74 100644
--- a/crawl-ref/source/ng-setup.cc
+++ b/crawl-ref/source/ng-setup.cc
@@ -15,7 +15,6 @@
#include "item_use.h"
#include "jobs.h"
#include "maps.h"
-#include "misc.h"
#include "mutation.h"
#include "newgame.h"
#include "ng-init.h"
@@ -23,6 +22,7 @@
#include "options.h"
#include "player.h"
#include "religion.h"
+#include "rot.h"
#include "skills.h"
#include "skills2.h"
#include "spl-book.h"