summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-12 11:41:40 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-12 11:41:40 +0200
commitf1ccc39d1d32adc149a0f31d34bd18d6bd84b085 (patch)
treec0ca7689b9c94ce7f491c21aa40aad06a99139f6 /crawl-ref/source/xom.cc
parentabb84805f026b9e56b24c7d8def68a3527f9beb5 (diff)
downloadcrawl-ref-f1ccc39d1d32adc149a0f31d34bd18d6bd84b085.tar.gz
crawl-ref-f1ccc39d1d32adc149a0f31d34bd18d6bd84b085.zip
Fix non-debug compilation, broken by recent Xom changes.
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 0fdc3465f1..49c1e6c4ef 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -28,11 +28,9 @@ REVISION("$Rev$");
#include "mutation.h"
#include "notes.h"
#include "ouch.h"
-#ifdef WIZARD
#include "item_use.h" // for safe_to_remove_or_wear()
#include "output.h" // for the monster list
#include "quiver.h" // to update the quiver if necessary
-#endif
#include "player.h"
#include "religion.h"
#include "spells2.h"