mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[10370] Rename UnorderedMap.h -> UnorderedMapSet.h
This commit is contained in:
parent
6600fc842f
commit
acdaac3587
17 changed files with 16 additions and 16 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#define MANGOS_OBJECTREGISTRY_H
|
||||
|
||||
#include "Platform/Define.h"
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include "Policies/Singleton.h"
|
||||
|
||||
#include <string>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#include <vector>
|
||||
#include "Platform/Define.h"
|
||||
#include "Utilities/TypeList.h"
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Utilities/UnorderedMapSet.h"
|
||||
#include "GameSystem/GridRefManager.h"
|
||||
|
||||
template<class OBJECT, class KEY_TYPE>
|
||||
|
|
|
|||
|
|
@ -55,6 +55,6 @@ EXTRA_DIST = \
|
|||
Utilities/ByteConverter.h \
|
||||
Utilities/Callback.h \
|
||||
Utilities/EventProcessor.h \
|
||||
Utilities/UnorderedMap.h \
|
||||
Utilities/UnorderedMapSet.h \
|
||||
Utilities/LinkedList.h \
|
||||
Utilities/TypeList.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue