From f1ccc39d1d32adc149a0f31d34bd18d6bd84b085 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 12 Oct 2009 11:41:40 +0200 Subject: Fix non-debug compilation, broken by recent Xom changes. --- crawl-ref/source/xom.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/xom.cc') 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" -- cgit v1.2.3-54-g00ecf