diff --git a/NorthstarDLL/shared/exploit_fixes/servercommands.cpp b/NorthstarDLL/shared/exploit_fixes/servercommands.cpp index 79cdb8630..363c0049a 100644 --- a/NorthstarDLL/shared/exploit_fixes/servercommands.cpp +++ b/NorthstarDLL/shared/exploit_fixes/servercommands.cpp @@ -1,10 +1,6 @@ #include "core/convar/cvar.h" -#include "ns_limits.h" -#include "dedicated/dedicated.h" -#include "core/tier0.h" #include "engine/r2engine.h" -#include "client/r2client.h" -#include "core/math/vector.h" + typedef void* (*GetBaseLocalClientType)(); GetBaseLocalClientType GetBaseLocalClient = nullptr;