From 7773f04b4beb1a24214fe1a367b645a689d2c852 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 2 Aug 2010 23:54:57 -0600 Subject: Move Theme and UserPalette to the resources folder Reviewed-by: Yohann Ferreira --- src/item.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/item.cpp') diff --git a/src/item.cpp b/src/item.cpp index 83e12cef..6b13dd1b 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -21,12 +21,12 @@ #include "item.h" -#include "gui/theme.h" +#include "configuration.h" #include "resources/image.h" #include "resources/iteminfo.h" #include "resources/resourcemanager.h" -#include "configuration.h" +#include "resources/theme.h" Item::Item(int id, int quantity, bool equipment, bool equipped): mImage(0), -- cgit v1.2.3-70-g09d2