summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index b6a87e8cd3..6068619aba 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -51,7 +51,6 @@ REVISION("$Rev$");
#include "effects.h"
#include "ghost.h"
#include "initfile.h"
-#include "itemname.h"
#include "itemprop.h"
#include "items.h"
#include "kills.h"
@@ -70,7 +69,6 @@ REVISION("$Rev$");
#include "overmap.h"
#include "place.h"
#include "player.h"
-#include "skills2.h"
#include "stash.h"
#include "state.h"
#include "stuff.h"
@@ -80,7 +78,6 @@ REVISION("$Rev$");
#include "travel.h"
#include "tutorial.h"
#include "view.h"
-#include "xom.h"
#if _MSC_VER
#include <direct.h>