From 12206c0e501c31c0f37b6b150a9d377e651f2f35 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 22:42:44 -0600 Subject: [PATCH] races.cpp header include cleanup --- common/races.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/races.cpp b/common/races.cpp index d088ce185..6322b50af 100644 --- a/common/races.cpp +++ b/common/races.cpp @@ -15,8 +15,7 @@ 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 "../common/races.h" const char* GetRaceName(uint16 race) {