mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 15:57:58 +00:00
remove global_define.h and adjust platform header includes
- Remove unused MRMutex - Remove unused generate_key
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
|
||||
#include "proc_launcher.h"
|
||||
|
||||
#include "common/global_define.h"
|
||||
#include "common/types.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#include <windows.h>
|
||||
#include "common/platform/win/include_windows.h"
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
Reference in New Issue
Block a user