summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-28 17:05:47 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-28 17:10:06 -0400
commita796aff3c32679661eb3c9650a6582a86e32b281 (patch)
tree9b28db639a773926a236266271f73ed588e44839 /crawl-ref/source/main.cc
parent2e1c4acb5f377cf60cca80566b9ff783c01325bd (diff)
downloadcrawl-ref-a796aff3c32679661eb3c9650a6582a86e32b281.tar.gz
crawl-ref-a796aff3c32679661eb3c9650a6582a86e32b281.zip
Remove a couple more '#include's (main.cc)
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 7a31882419..65ace87ec9 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -101,7 +101,6 @@
#include "mutation.h"
#include "notes.h"
#include "options.h"
-#include "ouch.h"
#include "output.h"
#include "player-equip.h"
#include "player-reacts.h"
@@ -121,7 +120,6 @@
#include "spl-damage.h"
#include "spl-goditem.h"
#include "spl-other.h"
-#include "spl-selfench.h"
#include "spl-summoning.h"
#include "spl-transloc.h"
#include "spl-util.h"