Browse Source

Remove another pragma

Tomasz Zieliński 2 years ago
parent
commit
a8b882e5bb
2 changed files with 0 additions and 4 deletions
  1. 0 1
      lib/rmg/modificators/QuestArtifactPlacer.cpp
  2. 0 3
      lib/rmg/threadpool/MapProxy.cpp

+ 0 - 1
lib/rmg/modificators/QuestArtifactPlacer.cpp

@@ -8,7 +8,6 @@
 *
 */
 
-
 #include "StdInc.h"
 #include "QuestArtifactPlacer.h"
 #include "../CMapGenerator.h"

+ 0 - 3
lib/rmg/threadpool/MapProxy.cpp

@@ -8,9 +8,6 @@
  *
  */
 
-
-#pragma once
-
 #include "MapProxy.h"
 #include "../../TerrainHandler.h"