diff --git a/tests/fixed_memory_test.h b/tests/fixed_memory_test.h index 06b529f3c..244394ce5 100644 --- a/tests/fixed_memory_test.h +++ b/tests/fixed_memory_test.h @@ -21,7 +21,7 @@ #include "cppunit/cpptest.h" #include "../common/fixed_memory_hash_set.h" -#include "../common/item.h" +#include "../common/item_instance.h" class FixedMemoryHashTest : public Test::Suite { typedef void(FixedMemoryHashTest::*TestFunction)(void); diff --git a/world/worlddb.cpp b/world/worlddb.cpp index def22adf4..205663ea5 100644 --- a/world/worlddb.cpp +++ b/world/worlddb.cpp @@ -17,7 +17,7 @@ */ #include "worlddb.h" -//#include "../common/item.h" +//#include "../common/item_instance.h" #include "../common/string_util.h" #include "../common/eq_packet_structs.h" #include "../common/item_instance.h"