Browse Source

Fix StdInc.h

Tomasz Zieliński 2 years ago
parent
commit
edf47f5769
2 changed files with 1 additions and 1 deletions
  1. 1 0
      lib/mapping/ObstacleProxy.cpp
  2. 0 1
      lib/mapping/ObstacleProxy.h

+ 1 - 0
lib/mapping/ObstacleProxy.cpp

@@ -8,6 +8,7 @@
  *
  */
 
+#include "StdInc.h"
 #include "ObstacleProxy.h"
 #include "../mapObjects/CObjectClassesHandler.h"
 #include "../mapObjects/CObjectHandler.h"

+ 0 - 1
lib/mapping/ObstacleProxy.h

@@ -10,7 +10,6 @@
 
 #pragma once
 
-#include "StdInc.h"
 #include "../rmg/RmgObject.h"
 #include "CMapEditManager.h"