mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 19:30:25 +00:00
normalize includes: world
This commit is contained in:
+6
-10
@@ -1,11 +1,10 @@
|
||||
#ifndef CLIENTENTRY_H_
|
||||
#define CLIENTENTRY_H_
|
||||
#pragma once
|
||||
|
||||
#include "common/md5.h"
|
||||
#include "common/rulesys.h"
|
||||
#include "common/servertalk.h"
|
||||
#include "common/types.h"
|
||||
|
||||
#include "../common/types.h"
|
||||
#include "../common/md5.h"
|
||||
//#include "../common/eq_packet_structs.h"
|
||||
#include "../common/servertalk.h"
|
||||
#include "../common/rulesys.h"
|
||||
#include <vector>
|
||||
|
||||
typedef enum {
|
||||
@@ -160,6 +159,3 @@ private:
|
||||
|
||||
std::unique_ptr<ServerPacket> m_dz_invite;
|
||||
};
|
||||
|
||||
#endif /*CLIENTENTRY_H_*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user