summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 6c6dfd09d6..f6521f9302 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -72,7 +72,7 @@
#include "abl-show.h"
#include "branch.h"
#include "command.h"
-#include "dungeon.h"
+//#include "dungeon.h"
#include "files.h"
#include "fight.h"
#include "initfile.h"
@@ -80,6 +80,7 @@
#include "itemprop.h"
#include "items.h"
#include "macro.h"
+#include "makeitem.h"
#include "menu.h"
#include "player.h"
#include "randart.h"