mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 13:48:22 +00:00
normalize includes: world
This commit is contained in:
+8
-12
@@ -15,19 +15,17 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef CLIENT_H
|
||||
#define CLIENT_H
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/eq_packet_structs.h"
|
||||
#include "common/inventory_profile.h"
|
||||
#include "common/linked_list.h"
|
||||
#include "common/timer.h"
|
||||
#include "world/cliententry.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "../common/linked_list.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/inventory_profile.h"
|
||||
//#include "zoneserver.h"
|
||||
|
||||
#include "../common/eq_packet_structs.h"
|
||||
#include "cliententry.h"
|
||||
|
||||
class EQApplicationPacket;
|
||||
class EQStreamInterface;
|
||||
|
||||
@@ -128,5 +126,3 @@ private:
|
||||
|
||||
bool CheckCharCreateInfoSoF(CharCreate_Struct *cc);
|
||||
bool CheckCharCreateInfoTitanium(CharCreate_Struct *cc);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user