summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index caf5b0bef2..8200182f4d 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -23,6 +23,7 @@
#include "artefact.h"
#include "decks.h"
#include "food.h"
+#include "goditem.h"
#include "initfile.h"
#include "invent.h"
#include "item_use.h"
@@ -33,8 +34,8 @@
#include "mon-util.h"
#include "notes.h"
#include "player.h"
-#include "quiver.h"
#include "religion.h"
+#include "quiver.h"
#include "skills2.h"
#include "spl-book.h"
#include "state.h"