titles.cpp & .h header cleanup and forward declare

This commit is contained in:
Akkadius 2014-12-15 18:56:23 -06:00
parent 856eadc628
commit e218ebb92f
2 changed files with 7 additions and 5 deletions

View File

@ -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;

View File

@ -18,9 +18,7 @@
#ifndef TITLES_H
#define TITLES_H
#include "../common/types.h"
#include <vector>
#include <string>
class Client;
class EQApplicationPacket;