mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-09 14:27:10 +00:00
chore: remove httplib since it's unused (#1723)
This commit is contained in:
parent
fb32534ae3
commit
a6c6d892cf
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,3 @@
|
||||
[submodule "thirdparty/cpp-httplib"]
|
||||
path = thirdparty/cpp-httplib
|
||||
url = https://github.com/yhirose/cpp-httplib
|
||||
[submodule "thirdparty/tinyxml2"]
|
||||
path = thirdparty/tinyxml2
|
||||
url = https://github.com/leethomason/tinyxml2
|
||||
|
@ -247,7 +247,6 @@ include_directories(
|
||||
"thirdparty/recastnavigation"
|
||||
"thirdparty/SQLite"
|
||||
"thirdparty/cpplinq"
|
||||
"thirdparty/cpp-httplib"
|
||||
"thirdparty/MD5"
|
||||
)
|
||||
|
||||
|
@ -48,8 +48,6 @@
|
||||
#include <chrono>
|
||||
#include "RakString.h"
|
||||
|
||||
#include "httplib.h" //sorry not sorry.
|
||||
|
||||
//CDB includes:
|
||||
#include "CDClientManager.h"
|
||||
#include "CDEmoteTable.h"
|
||||
|
1
thirdparty/cpp-httplib
vendored
1
thirdparty/cpp-httplib
vendored
@ -1 +0,0 @@
|
||||
Subproject commit 824e7682e4d95e1bb21e501731eb2b6bb23033d2
|
Loading…
Reference in New Issue
Block a user