From e7c52512d0c94c23d930408d92e1f15759f37cfa Mon Sep 17 00:00:00 2001 From: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:16:27 +0100 Subject: [PATCH] remove unnecessary includes --- NorthstarDLL/shared/exploit_fixes/servercommands.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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;