aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/core/convar
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/core/convar')
-rw-r--r--NorthstarDLL/core/convar/concommand.cpp1
-rw-r--r--NorthstarDLL/core/convar/convar.cpp1
-rw-r--r--NorthstarDLL/core/convar/cvar.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/NorthstarDLL/core/convar/concommand.cpp b/NorthstarDLL/core/convar/concommand.cpp
index 094fa813..88bd8825 100644
--- a/NorthstarDLL/core/convar/concommand.cpp
+++ b/NorthstarDLL/core/convar/concommand.cpp
@@ -1,4 +1,3 @@
-#include "pch.h"
#include "concommand.h"
#include "shared/misccommands.h"
#include "engine/r2engine.h"
diff --git a/NorthstarDLL/core/convar/convar.cpp b/NorthstarDLL/core/convar/convar.cpp
index 11411c0a..21fca8c0 100644
--- a/NorthstarDLL/core/convar/convar.cpp
+++ b/NorthstarDLL/core/convar/convar.cpp
@@ -1,4 +1,3 @@
-#include "pch.h"
#include "bits.h"
#include "cvar.h"
#include "convar.h"
diff --git a/NorthstarDLL/core/convar/cvar.cpp b/NorthstarDLL/core/convar/cvar.cpp
index 787790be..21f8d2ec 100644
--- a/NorthstarDLL/core/convar/cvar.cpp
+++ b/NorthstarDLL/core/convar/cvar.cpp
@@ -1,4 +1,3 @@
-#include "pch.h"
#include "cvar.h"
#include "convar.h"
#include "concommand.h"