Remove common acting as an inc dir, VS loves it, GCC hates it.

This commit is contained in:
KimLS
2016-09-12 00:01:20 -07:00
parent 2fd439dd0b
commit 3469af6777
21 changed files with 53 additions and 54 deletions
+3 -3
View File
@@ -17,9 +17,9 @@
*/
#include <global_define.h>
#include <string_util.h>
#include <eqemu_logsys.h>
#include "../common/global_define.h"
#include "../common/string_util.h"
#include "../common/eqemu_logsys.h"
#include "clientlist.h"
#include "database.h"
+4 -4
View File
@@ -20,10 +20,10 @@
#ifndef CHATSERVER_CLIENTLIST_H
#define CHATSERVER_CLIENTLIST_H
#include <net/eqstream.h>
#include <rulesys.h>
#include <patch/chat.h>
#include <event/timer.h>
#include "../common/net/eqstream.h"
#include "../common/rulesys.h"
#include "../common/patch/chat.h"
#include "../common/event/timer.h"
#include "chatchannel.h"
#include <list>
#include <vector>
+8 -8
View File
@@ -17,15 +17,15 @@
*/
#include <eqemu_logsys.h>
#include <global_define.h>
#include <timeoutmgr.h>
#include "../common/eqemu_logsys.h"
#include "../common/global_define.h"
#include "../common/timeoutmgr.h"
#include "clientlist.h"
#include <rulesys.h>
#include <servertalk.h>
#include <platform.h>
#include <crash.h>
#include <event/event_loop.h>
#include "../common/rulesys.h"
#include "../common/servertalk.h"
#include "../common/platform.h"
#include "../common/crash.h"
#include "../common/event/event_loop.h"
#include "database.h"
#include "ucsconfig.h"
#include "chatchannel.h"