aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/shared/gamepresence.cpp
diff options
context:
space:
mode:
authorF1F7Y <64418963+F1F7Y@users.noreply.github.com>2023-07-28 23:26:13 +0200
committerGitHub <noreply@github.com>2023-07-28 23:26:13 +0200
commit82bff57d166ece1173ca7df33940171548015a71 (patch)
tree00d4bb129f5577026f2f63ceb16e9041003a70fb /NorthstarDLL/shared/gamepresence.cpp
parent24400184f35e64957f2c7544122557077b257886 (diff)
downloadNorthstarLauncher-82bff57d166ece1173ca7df33940171548015a71.tar.gz
NorthstarLauncher-82bff57d166ece1173ca7df33940171548015a71.zip
Remove `pch.cpp` and all `#include "pch.h"` occurrences (#519)
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
Diffstat (limited to 'NorthstarDLL/shared/gamepresence.cpp')
-rw-r--r--NorthstarDLL/shared/gamepresence.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDLL/shared/gamepresence.cpp b/NorthstarDLL/shared/gamepresence.cpp
index 86a87526..11cb7ade 100644
--- a/NorthstarDLL/shared/gamepresence.cpp
+++ b/NorthstarDLL/shared/gamepresence.cpp
@@ -1,5 +1,3 @@
-#include "pch.h"
-
#include "gamepresence.h"
#include "plugins/pluginbackend.h"
#include "plugins/plugins.h"