From a8b882e5bbf1cf13bfe4b806e994652bf2b204d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zieli=C5=84ski?= Date: Sat, 20 May 2023 14:16:18 +0200 Subject: [PATCH] Remove another pragma --- lib/rmg/modificators/QuestArtifactPlacer.cpp | 1 - lib/rmg/threadpool/MapProxy.cpp | 3 --- 2 files changed, 4 deletions(-) diff --git a/lib/rmg/modificators/QuestArtifactPlacer.cpp b/lib/rmg/modificators/QuestArtifactPlacer.cpp index ce4726083..4c654b1a5 100644 --- a/lib/rmg/modificators/QuestArtifactPlacer.cpp +++ b/lib/rmg/modificators/QuestArtifactPlacer.cpp @@ -8,7 +8,6 @@ * */ - #include "StdInc.h" #include "QuestArtifactPlacer.h" #include "../CMapGenerator.h" diff --git a/lib/rmg/threadpool/MapProxy.cpp b/lib/rmg/threadpool/MapProxy.cpp index b5b69d507..7ae73fe9b 100644 --- a/lib/rmg/threadpool/MapProxy.cpp +++ b/lib/rmg/threadpool/MapProxy.cpp @@ -8,9 +8,6 @@ * */ - -#pragma once - #include "MapProxy.h" #include "../../TerrainHandler.h"