mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
normalize includes: shared_memory
This commit is contained in:
@@ -17,12 +17,13 @@
|
||||
*/
|
||||
|
||||
#include "spells.h"
|
||||
#include "../common/global_define.h"
|
||||
#include "../common/shareddb.h"
|
||||
#include "../common/ipc_mutex.h"
|
||||
#include "../common/memory_mapped_file.h"
|
||||
#include "../common/eqemu_exception.h"
|
||||
#include "../common/spdat.h"
|
||||
|
||||
#include "common/eqemu_exception.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/ipc_mutex.h"
|
||||
#include "common/memory_mapped_file.h"
|
||||
#include "common/shareddb.h"
|
||||
#include "common/spdat.h"
|
||||
|
||||
void LoadSpells(SharedDatabase *database, const std::string &prefix) {
|
||||
EQ::IPCMutex mutex("spells");
|
||||
|
||||
Reference in New Issue
Block a user