chore: remove stuff from feature/enhanced-server

This commit is contained in:
rjindael 2023-09-08 17:07:15 -07:00
parent e006d0085f
commit 21a54ba747
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
2 changed files with 0 additions and 5 deletions

View File

@ -10,7 +10,6 @@
#define ADDRESS_HTTP__HTTPGETPOSTWININET 0x006F03B0
#define ADDRESS_HTTP__TRUSTCHECK 0x005B7050
#define ADDRESS_CRYPT__VERIFYSIGNATUREBASE64 0x00809EC0
#define ADDRESS_STANDARDOUT__PRINT 0x005B25E0
#define ADDRESS_SERVERREPLICATOR__SENDTOP 0x00513E80
#define ADDRESS_SERVERREPLICATOR__PROCESSTICKET 0x00514B60

View File

@ -5,10 +5,6 @@
#include <curl/curl.h>
#include <rapidjson/document.h>
#ifdef SERVER
#include "Hooks/StandardOut.hpp"
#endif
#include "Globals.hpp"
#include "Helpers.hpp"