diff --git a/world/client.cpp b/world/client.cpp index 30e6b31c4..e153aa6c0 100644 --- a/world/client.cpp +++ b/world/client.cpp @@ -2,10 +2,24 @@ #include "../common/EQPacket.h" #include "../common/EQStreamIntf.h" #include "../common/misc.h" +#include "../common/rulesys.h" +#include "../common/emu_opcodes.h" +#include "../common/eq_packet_structs.h" +#include "../common/packet_dump.h" +#include "../common/EQStreamIntf.h" +#include "../common/Item.h" +#include "../common/races.h" +#include "../common/classes.h" +#include "../common/languages.h" +#include "../common/skills.h" +#include "../common/extprofile.h" +#include "../common/StringUtil.h" +#include "../common/clientversions.h" + #include -using namespace std; #include using namespace std; + #include #include #include @@ -20,29 +34,19 @@ using namespace std; #include #include #else + + #ifdef FREEBSD //Timothy Whitman - January 7, 2003 + #include + #endif + #include -#ifdef FREEBSD //Timothy Whitman - January 7, 2003 - #include -#endif #include #include #include #endif - #include "client.h" -#include "../common/emu_opcodes.h" -#include "../common/eq_packet_structs.h" -#include "../common/packet_dump.h" -#include "../common/EQStreamIntf.h" #include "worlddb.h" -#include "../common/Item.h" -#include "../common/races.h" -#include "../common/classes.h" -#include "../common/languages.h" -#include "../common/skills.h" -#include "../common/extprofile.h" -#include "../common/StringUtil.h" #include "WorldConfig.h" #include "LoginServer.h" #include "LoginServerList.h" @@ -50,9 +54,8 @@ using namespace std; #include "zonelist.h" #include "clientlist.h" #include "wguild_mgr.h" -#include "../common/rulesys.h" #include "SoFCharCreateData.h" -#include "../common/clientversions.h" + std::vector character_create_allocations; std::vector character_create_race_class_combos;