mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 02:38:45 +00:00
remove global_define.h and adjust platform header includes
- Remove unused MRMutex - Remove unused generate_key
This commit is contained in:
+2
-4
@@ -18,11 +18,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/global_define.h"
|
||||
#include "common/mutex.h"
|
||||
#ifndef WIN32
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
#include "common/platform/posix/include_pthreads.h"
|
||||
#include "common/platform/win/include_windows.h"
|
||||
|
||||
//Sombody, someday needs to figure out how to implement a condition
|
||||
//system on windows...
|
||||
|
||||
Reference in New Issue
Block a user