mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 12:58:22 +00:00
normalize includes: loginserver
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#include "client_manager.h"
|
||||
#include "login_server.h"
|
||||
|
||||
#include "common/file.h"
|
||||
#include "common/misc.h"
|
||||
#include "common/path_manager.h"
|
||||
#include "loginserver/login_server.h"
|
||||
|
||||
extern LoginServer server;
|
||||
extern bool run_server;
|
||||
|
||||
#include "../common/misc.h"
|
||||
#include "../common/path_manager.h"
|
||||
#include "../common/file.h"
|
||||
|
||||
void CheckTitaniumOpcodeFile(const std::string &path)
|
||||
{
|
||||
if (File::Exists(path)) {
|
||||
|
||||
Reference in New Issue
Block a user