summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-27 12:40:18 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-27 12:40:18 +0000
commit79bbaa47cdd8caa7af8a9668be8d9287c9e34af7 (patch)
tree6e6665398ef4c990847476e91e9a706bde16c024 /crawl-ref/source/invent.cc
parentea7b6a69950ed580eebd008fdb6888024075266c (diff)
downloadcrawl-ref-79bbaa47cdd8caa7af8a9668be8d9287c9e34af7.tar.gz
crawl-ref-79bbaa47cdd8caa7af8a9668be8d9287c9e34af7.zip
More minor cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1378 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/invent.cc')
-rw-r--r--crawl-ref/source/invent.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc
index b588b54edd..a7192a5eaa 100644
--- a/crawl-ref/source/invent.cc
+++ b/crawl-ref/source/invent.cc
@@ -28,7 +28,7 @@
#include "externs.h"
#include "clua.h"
-#include "itemname.h"
+#include "itemprop.h"
#include "items.h"
#include "macro.h"
#include "player.h"