petitions.cpp & .h header include cleanup

This commit is contained in:
Akkadius 2014-12-15 18:14:56 -06:00
parent 250d9d1fb5
commit 24503bd0ee
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org)
#include "../common/eq_packet_structs.h"
#include "../common/servertalk.h"
#include "../common/string_util.h"
#include "entity.h"
#include "petitions.h"
#include "worldserver.h"

View File

@ -22,6 +22,7 @@
#include "../common/misc_functions.h"
#include "../common/mutex.h"
#include "../common/types.h"
#include "client.h"
#include "zonedb.h"