mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 07:26:36 +00:00
Remove common acting as an inc dir, VS loves it, GCC hates it.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <cereal/cereal.hpp>
|
||||
#include <cstdint>
|
||||
#include <net/endian.h>
|
||||
#include "endian.h"
|
||||
|
||||
namespace EQ
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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,5 +1,5 @@
|
||||
#include "packet.h"
|
||||
#include <net/endian.h>
|
||||
#include "endian.h"
|
||||
#include <fmt/format.h>
|
||||
#include <cctype>
|
||||
|
||||
|
||||
+1
-1
@@ -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
@@ -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