mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
normalize includes: loginserver
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
#ifndef EQEMU_ACCOUNT_MANAGEMENT_H
|
||||
#define EQEMU_ACCOUNT_MANAGEMENT_H
|
||||
#pragma once
|
||||
|
||||
#include "iostream"
|
||||
#include "../common/types.h"
|
||||
#include "login_types.h"
|
||||
#include "encryption.h"
|
||||
#include "login_server.h"
|
||||
#include "common/types.h"
|
||||
#include "loginserver/login_types.h"
|
||||
#include "loginserver/encryption.h"
|
||||
#include "loginserver/login_server.h"
|
||||
|
||||
extern LoginServer server;
|
||||
extern Database database;
|
||||
@@ -28,6 +26,3 @@ public:
|
||||
const std::string &ip_address = ""
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
#endif //EQEMU_ACCOUNT_MANAGEMENT_H
|
||||
|
||||
Reference in New Issue
Block a user