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
+1 -1
View File
@@ -1,4 +1,4 @@
#include <patch/patch.h>
#include "../patch/patch.h"
namespace EQ
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include <patch/patch.h>
#include "../patch/patch.h"
namespace EQ
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include <patch/patch.h>
#include "../patch/patch.h"
namespace EQ
{
+1 -1
View File
@@ -1,5 +1,5 @@
#include "patch.h"
#include <eqemu_logsys.h>
#include "../eqemu_logsys.h"
EQ::Patches::IdentityMatchStatus EQ::Patches::BasePatch::TryIdentityMatch(const EQ::Net::Packet &p) const
{
+3 -3
View File
@@ -1,8 +1,8 @@
#pragma once
#include <opcodemgr.h>
#include <net/packet.h>
#include <net/daybreak_connection.h>
#include "../opcodemgr.h"
#include "../net/packet.h"
#include "../net/daybreak_connection.h"
#include <functional>
#include <memory>
#include <map>