From 222ae7305fdf1097e4ef3d050f69dff47dbd8786 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 4 May 2019 12:36:00 +0200 Subject: [PATCH] revert 3a133ee0 to fix build failure --- src/Mod/Path/App/Area.cpp | 5 +---- src/Mod/Path/App/PreCompiled.h | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Mod/Path/App/Area.cpp b/src/Mod/Path/App/Area.cpp index 3ade06f771..bbf8141a61 100644 --- a/src/Mod/Path/App/Area.cpp +++ b/src/Mod/Path/App/Area.cpp @@ -92,10 +92,7 @@ #include #include #include "Area.h" - -#ifndef _PreComp_ -# include "../libarea/Area.h" -#endif +#include "../libarea/Area.h" namespace bg = boost::geometry; diff --git a/src/Mod/Path/App/PreCompiled.h b/src/Mod/Path/App/PreCompiled.h index 3d70c7294a..045808934c 100644 --- a/src/Mod/Path/App/PreCompiled.h +++ b/src/Mod/Path/App/PreCompiled.h @@ -56,9 +56,6 @@ #include #include -// Libarea -#include "../libarea/Area.h" - // Python #include