mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
titles.cpp & .h header cleanup and forward declare
This commit is contained in:
parent
856eadc628
commit
e218ebb92f
@ -15,11 +15,15 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#include "../common/debug.h"
|
||||
|
||||
#include "../common/eq_packet_structs.h"
|
||||
#include "masterentity.h"
|
||||
#include "titles.h"
|
||||
#include "../common/string_util.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "entity.h"
|
||||
#include "mob.h"
|
||||
|
||||
#include "titles.h"
|
||||
#include "worldserver.h"
|
||||
|
||||
extern WorldServer worldserver;
|
||||
|
||||
@ -18,9 +18,7 @@
|
||||
#ifndef TITLES_H
|
||||
#define TITLES_H
|
||||
|
||||
#include "../common/types.h"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
class Client;
|
||||
class EQApplicationPacket;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user