revert 3a133ee0 to fix build failure

This commit is contained in:
wmayer
2019-05-04 12:36:00 +02:00
parent df38102017
commit 222ae7305f
2 changed files with 1 additions and 7 deletions

View File

@@ -92,10 +92,7 @@
#include <Mod/Part/App/FaceMakerBullseye.h>
#include <Mod/Part/App/CrossSection.h>
#include "Area.h"
#ifndef _PreComp_
# include "../libarea/Area.h"
#endif
#include "../libarea/Area.h"
namespace bg = boost::geometry;

View File

@@ -56,9 +56,6 @@
#include <cinttypes>
#include <iomanip>
// Libarea
#include "../libarea/Area.h"
// Python
#include <Python.h>