mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
reorganized includes to allow for consolidation and cleanup.
This commit is contained in:
parent
64212176ec
commit
a7084b4d6c
@ -2,10 +2,24 @@
|
|||||||
#include "../common/EQPacket.h"
|
#include "../common/EQPacket.h"
|
||||||
#include "../common/EQStreamIntf.h"
|
#include "../common/EQStreamIntf.h"
|
||||||
#include "../common/misc.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 <iostream>
|
#include <iostream>
|
||||||
using namespace std;
|
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@ -20,29 +34,19 @@ using namespace std;
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/socket.h>
|
|
||||||
#ifdef FREEBSD //Timothy Whitman - January 7, 2003
|
#ifdef FREEBSD //Timothy Whitman - January 7, 2003
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <sys/socket.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "client.h"
|
#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 "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 "WorldConfig.h"
|
||||||
#include "LoginServer.h"
|
#include "LoginServer.h"
|
||||||
#include "LoginServerList.h"
|
#include "LoginServerList.h"
|
||||||
@ -50,9 +54,8 @@ using namespace std;
|
|||||||
#include "zonelist.h"
|
#include "zonelist.h"
|
||||||
#include "clientlist.h"
|
#include "clientlist.h"
|
||||||
#include "wguild_mgr.h"
|
#include "wguild_mgr.h"
|
||||||
#include "../common/rulesys.h"
|
|
||||||
#include "SoFCharCreateData.h"
|
#include "SoFCharCreateData.h"
|
||||||
#include "../common/clientversions.h"
|
|
||||||
|
|
||||||
std::vector<RaceClassAllocation> character_create_allocations;
|
std::vector<RaceClassAllocation> character_create_allocations;
|
||||||
std::vector<RaceClassCombos> character_create_race_class_combos;
|
std::vector<RaceClassCombos> character_create_race_class_combos;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user