Skip to content

Commit

Permalink
remove unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Sep 15, 2023
1 parent 766912c commit e7c5251
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions NorthstarDLL/shared/exploit_fixes/servercommands.cpp
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit e7c5251

Please sign in to comment.