From 82bff57d166ece1173ca7df33940171548015a71 Mon Sep 17 00:00:00 2001 From: F1F7Y <64418963+F1F7Y@users.noreply.github.com> Date: Fri, 28 Jul 2023 23:26:13 +0200 Subject: 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 --- NorthstarDLL/shared/gamepresence.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'NorthstarDLL/shared/gamepresence.cpp') 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" -- cgit v1.2.3