normalize includes: loginserver

This commit is contained in:
brainiac
2025-12-18 00:25:57 -08:00
parent c83cd0b61b
commit 2550660408
20 changed files with 112 additions and 145 deletions
+5 -10
View File
@@ -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