Rename debug.h to global_define.h, update cmakelists and such

This commit is contained in:
Akkadius
2015-01-19 04:12:09 -06:00
parent 0b70706a64
commit 0d9b6703a6
163 changed files with 163 additions and 204 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
*/
#include "../common/debug.h"
#include "../common/global_define.h"
#include "../common/eqemu_logsys.h"
#include <iostream>
#include <stdio.h>
+1 -1
View File
@@ -23,7 +23,7 @@
#define AUTHENTICATION_TIMEOUT 60
#define INVALID_ID 0xFFFFFFFF
#include "../common/debug.h"
#include "../common/global_define.h"
#include "../common/types.h"
#include "../common/dbcore.h"
#include "../common/linked_list.h"
+1 -1
View File
@@ -17,7 +17,7 @@
*/
#include "../common/debug.h"
#include "../common/global_define.h"
#include "../common/eqemu_logsys.h"
#include "../common/opcodemgr.h"
#include "../common/eq_stream_factory.h"
+1 -1
View File
@@ -17,7 +17,7 @@
*/
#include "../common/debug.h"
#include "../common/global_define.h"
#include "queryservconfig.h"
queryservconfig *queryservconfig::_chat_config = nullptr;
+1 -1
View File
@@ -17,7 +17,7 @@
*/
#include "../common/debug.h"
#include "../common/global_define.h"
#include "../common/eqemu_logsys.h"
#include "../common/md5.h"
#include "../common/packet_dump.h"