Renaming headers is hard work

This commit is contained in:
KimLS
2014-08-21 17:26:32 -07:00
parent 405884f47d
commit 06f18225ce
55 changed files with 64 additions and 69 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#ifndef __ZoneConfig_H
#define __ZoneConfig_H
#include "../common/EQEmuConfig.h"
#include "../common/eqemu_config.h"
class ZoneConfig : public EQEmuConfig {
public:
+1 -1
View File
@@ -18,7 +18,7 @@
#include "../common/debug.h"
#include "../common/logsys.h"
#include "../common/BasePacket.h"
#include "../common/base_packet.h"
#include "mob.h"
#include <stdarg.h>
#include <stdio.h>