From 3d45092b1f7e5df50d86bd3a0f9b7f5743ca761c Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 17 Nov 2009 15:10:56 +0100 Subject: Split itemprop enums out into itemprop-enum.h. Other headers now don't need to include all of itemprop.h. --- crawl-ref/source/godabil.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/godabil.cc') diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc index aef7df3fc5..ab4be021d6 100644 --- a/crawl-ref/source/godabil.cc +++ b/crawl-ref/source/godabil.cc @@ -18,6 +18,7 @@ #include "files.h" #include "godabil.h" #include "invent.h" +#include "itemprop.h" #include "items.h" #include "kills.h" #include "message.h" -- cgit v1.2.3-54-g00ecf