1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Remove another pragma

This commit is contained in:
Tomasz Zieliński
2023-05-20 14:16:18 +02:00
parent 5ffbdb10ef
commit a8b882e5bb
2 changed files with 0 additions and 4 deletions

View File

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

View File

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