mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 14:48:20 +00:00
normalize includes: world
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#ifndef LOGINSERVERLIST_H_
|
||||
#define LOGINSERVERLIST_H_
|
||||
#pragma once
|
||||
|
||||
#include "common/eq_packet_structs.h"
|
||||
#include "common/mutex.h"
|
||||
#include "common/queue.h"
|
||||
#include "common/servertalk.h"
|
||||
#include "common/timer.h"
|
||||
|
||||
#include "../common/servertalk.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/queue.h"
|
||||
#include "../common/eq_packet_structs.h"
|
||||
#include "../common/mutex.h"
|
||||
#include <list>
|
||||
|
||||
class LoginServer;
|
||||
@@ -31,8 +31,3 @@ public:
|
||||
protected:
|
||||
std::list<std::unique_ptr<LoginServer>> m_list;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /*LOGINSERVERLIST_H_*/
|
||||
|
||||
Reference in New Issue
Block a user