mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Missed 2 reference changes
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "cppunit/cpptest.h"
|
#include "cppunit/cpptest.h"
|
||||||
#include "../common/fixed_memory_hash_set.h"
|
#include "../common/fixed_memory_hash_set.h"
|
||||||
#include "../common/item.h"
|
#include "../common/item_instance.h"
|
||||||
|
|
||||||
class FixedMemoryHashTest : public Test::Suite {
|
class FixedMemoryHashTest : public Test::Suite {
|
||||||
typedef void(FixedMemoryHashTest::*TestFunction)(void);
|
typedef void(FixedMemoryHashTest::*TestFunction)(void);
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "worlddb.h"
|
#include "worlddb.h"
|
||||||
//#include "../common/item.h"
|
//#include "../common/item_instance.h"
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
#include "../common/eq_packet_structs.h"
|
#include "../common/eq_packet_structs.h"
|
||||||
#include "../common/item_instance.h"
|
#include "../common/item_instance.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user