mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 18:24:12 +00:00
fix: make include paths consistent (#1390)
* fix: bad header includes tests pass * fix-up more include paths
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#include <bcrypt/BCrypt.hpp>
|
||||
|
||||
#include <BitStream.h>
|
||||
#include "BitStream.h"
|
||||
#include <future>
|
||||
|
||||
#include "Game.h"
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#ifndef PACKETUTILS_H
|
||||
#define PACKETUTILS_H
|
||||
|
||||
#include <MessageIdentifiers.h>
|
||||
#include <BitStream.h>
|
||||
#include "MessageIdentifiers.h"
|
||||
#include "BitStream.h"
|
||||
#include <string>
|
||||
|
||||
enum class eConnectionType : uint16_t;
|
||||
|
@@ -7,7 +7,7 @@
|
||||
#include <string>
|
||||
|
||||
// RakNet
|
||||
#include <RakNetTypes.h>
|
||||
#include "RakNetTypes.h"
|
||||
|
||||
class dServer;
|
||||
|
||||
|
Reference in New Issue
Block a user