aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/pch.cpp
diff options
context:
space:
mode:
authorF1F7Y <64418963+F1F7Y@users.noreply.github.com>2023-07-28 23:26:13 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-07-28 23:45:05 +0200
commit99e3d106d869866abf8bded9ee4dba9726fe767c (patch)
tree8c88950bc2ad497dcfc512006e88af9a987dcd75 /NorthstarDLL/pch.cpp
parenta2ed8c19fe19adf774d059f7167b611471ce373a (diff)
downloadNorthstarLauncher-1.17.2-rc1.tar.gz
NorthstarLauncher-1.17.2-rc1.zip
Remove `pch.cpp` and all `#include "pch.h"` occurrences (#519)v1.17.2-rc1v1.17.2
With the move to cmake there is no need for the `pch.cpp` files as it generates them automatically. Also removes leftover `#include "pch.h"` occurrences (cherry picked from commit 82bff57d166ece1173ca7df33940171548015a71)
Diffstat (limited to 'NorthstarDLL/pch.cpp')
-rw-r--r--NorthstarDLL/pch.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/NorthstarDLL/pch.cpp b/NorthstarDLL/pch.cpp
deleted file mode 100644
index 64b7eef6..00000000
--- a/NorthstarDLL/pch.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-// pch.cpp: source file corresponding to the pre-compiled header
-
-#include "pch.h"
-
-// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.