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"