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
-2
View File
@@ -18,9 +18,7 @@
#ifndef TITLES_H
#define TITLES_H
#include "../common/types.h"
#include <vector>
#include <string>
class Client;
class EQApplicationPacket;