fix: make include paths consistent (#1390)

* fix: bad header includes

tests pass

* fix-up more include paths
This commit is contained in:
David Markowitz
2024-01-05 04:33:52 -08:00
committed by GitHub
parent 870b56fe02
commit 2804dc3ec2
27 changed files with 28 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
#include "MissionComponent.h"
#include "BitStreamUtils.h"
#include "dServer.h"
#include "../thirdparty/raknet/Source/RakNetworkFactory.h"
#include "RakNetworkFactory.h"
#include <future>
#include "User.h"
#include "UserManager.h"

View File

@@ -50,7 +50,7 @@
#include <chrono>
#include "RakString.h"
#include "../thirdparty/cpp-httplib/httplib.h" //sorry not sorry.
#include "httplib.h" //sorry not sorry.
//CDB includes:
#include "CDClientManager.h"