From e29ec1675990499439e0eed785d65e5253ba1d41 Mon Sep 17 00:00:00 2001 From: Uleat Date: Sat, 15 Oct 2016 22:23:50 -0400 Subject: [PATCH] Missed 2 reference changes --- tests/fixed_memory_test.h | 2 +- world/worlddb.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"