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
@@ -1,7 +1,7 @@
#include "daybreak_connection.h"
#include <event/event_loop.h>
#include <eqemu_logsys.h>
#include <net/crc32.h>
#include "../event/event_loop.h"
#include "../eqemu_logsys.h"
#include "crc32.h"
#include <zlib.h>
#include <sstream>
+3 -3
View File
@@ -1,8 +1,8 @@
#pragma once
#include <random.h>
#include <net/packet.h>
#include <net/daybreak_structs.h>
#include "../random.h"
#include "packet.h"
#include "daybreak_structs.h"
#include <uv.h>
#include <chrono>
#include <functional>
+1 -1
View File
@@ -2,7 +2,7 @@
#include <cereal/cereal.hpp>
#include <cstdint>
#include <net/endian.h>
#include "endian.h"
namespace EQ
{
+1 -1
View File
@@ -1,5 +1,5 @@
#include "eqstream.h"
#include <eqemu_logsys.h>
#include "../eqemu_logsys.h"
EQ::Net::EQStreamManager::EQStreamManager(EQStreamManagerOptions &options) : m_daybreak(options.daybreak_options)
{
+2 -2
View File
@@ -1,7 +1,7 @@
#pragma once
#include <patch/patch.h>
#include <eq_packet.h>
#include "../patch/patch.h"
#include "../eq_packet.h"
#include "daybreak_connection.h"
#include <vector>
+1 -1
View File
@@ -1,5 +1,5 @@
#include "packet.h"
#include <net/endian.h>
#include "endian.h"
#include <fmt/format.h>
#include <cctype>
+1 -1
View File
@@ -4,7 +4,7 @@
#include <string>
#include <stdexcept>
#include <cstring>
#include <util/memory_stream.h>
#include "../util/memory_stream.h"
#include <cereal/cereal.hpp>
#include <cereal/archives/binary.hpp>
+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>