mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Remove common acting as an inc dir, VS loves it, GCC hates it.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#include <patch/patch.h>
|
||||
#include "../patch/patch.h"
|
||||
|
||||
namespace EQ
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <patch/patch.h>
|
||||
#include "../patch/patch.h"
|
||||
|
||||
namespace EQ
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <patch/patch.h>
|
||||
#include "../patch/patch.h"
|
||||
|
||||
namespace EQ
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user