diff options
Diffstat (limited to 'NorthstarDLL/server')
-rw-r--r-- | NorthstarDLL/server/auth/bansystem.cpp | 1 | ||||
-rw-r--r-- | NorthstarDLL/server/auth/serverauthentication.cpp | 1 | ||||
-rw-r--r-- | NorthstarDLL/server/buildainfile.cpp | 1 | ||||
-rw-r--r-- | NorthstarDLL/server/r2server.cpp | 1 | ||||
-rw-r--r-- | NorthstarDLL/server/serverchathooks.cpp | 1 | ||||
-rw-r--r-- | NorthstarDLL/server/serverchathooks.h | 1 | ||||
-rw-r--r-- | NorthstarDLL/server/serverpresence.cpp | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/NorthstarDLL/server/auth/bansystem.cpp b/NorthstarDLL/server/auth/bansystem.cpp index 47df495d..a438450f 100644 --- a/NorthstarDLL/server/auth/bansystem.cpp +++ b/NorthstarDLL/server/auth/bansystem.cpp @@ -1,5 +1,4 @@ #pragma once -#include "pch.h" #include "bansystem.h" #include "serverauthentication.h" #include "core/convar/concommand.h" diff --git a/NorthstarDLL/server/auth/serverauthentication.cpp b/NorthstarDLL/server/auth/serverauthentication.cpp index 2f06f60f..72f21d51 100644 --- a/NorthstarDLL/server/auth/serverauthentication.cpp +++ b/NorthstarDLL/server/auth/serverauthentication.cpp @@ -1,4 +1,3 @@ -#include "pch.h" #include "serverauthentication.h" #include "shared/exploit_fixes/ns_limits.h" #include "core/convar/cvar.h" diff --git a/NorthstarDLL/server/buildainfile.cpp b/NorthstarDLL/server/buildainfile.cpp index d1150a6b..848d8569 100644 --- a/NorthstarDLL/server/buildainfile.cpp +++ b/NorthstarDLL/server/buildainfile.cpp @@ -1,4 +1,3 @@ -#include "pch.h" #include "core/convar/convar.h" #include "engine/hoststate.h" #include "engine/r2engine.h" diff --git a/NorthstarDLL/server/r2server.cpp b/NorthstarDLL/server/r2server.cpp index 50cfa239..a8aa84ce 100644 --- a/NorthstarDLL/server/r2server.cpp +++ b/NorthstarDLL/server/r2server.cpp @@ -1,4 +1,3 @@ -#include "pch.h" #include "r2server.h" using namespace R2; diff --git a/NorthstarDLL/server/serverchathooks.cpp b/NorthstarDLL/server/serverchathooks.cpp index 0ea3c2d2..96765697 100644 --- a/NorthstarDLL/server/serverchathooks.cpp +++ b/NorthstarDLL/server/serverchathooks.cpp @@ -1,4 +1,3 @@ -#include "pch.h" #include "serverchathooks.h" #include "shared/exploit_fixes/ns_limits.h" #include "squirrel/squirrel.h" diff --git a/NorthstarDLL/server/serverchathooks.h b/NorthstarDLL/server/serverchathooks.h index 1d8a806a..8fda3cec 100644 --- a/NorthstarDLL/server/serverchathooks.h +++ b/NorthstarDLL/server/serverchathooks.h @@ -1,5 +1,4 @@ #pragma once -#include "pch.h" #include <rapidjson/document.h> #include <rapidjson/stringbuffer.h> diff --git a/NorthstarDLL/server/serverpresence.cpp b/NorthstarDLL/server/serverpresence.cpp index bda5e7fe..072ef347 100644 --- a/NorthstarDLL/server/serverpresence.cpp +++ b/NorthstarDLL/server/serverpresence.cpp @@ -1,4 +1,3 @@ -#include "pch.h" #include "serverpresence.h" #include "shared/playlist.h" #include "core/tier0.h" |