Sketcher: PCH

This commit is contained in:
Abdullah Tahiri
2019-05-01 17:34:10 +02:00
committed by abdullahtahiriyo
parent 7b0a501c0a
commit 893d7afccc
8 changed files with 53 additions and 29 deletions

View File

@@ -26,20 +26,20 @@
#ifndef _PreComp_
# include <Standard_math.hxx>
# include <BRep_Tool.hxx>
# include <gp_Pnt.hxx>
# include <Precision.hxx>
# include <TopTools_IndexedMapOfShape.hxx>
# include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
# include <TopExp.hxx>
# include <TopExp_Explorer.hxx>
# include <TopoDS.hxx>
# include <TopoDS_Edge.hxx>
# include <TopoDS_Vertex.hxx>
# include <algorithm>
# include <cmath>
#endif
#include <BRep_Tool.hxx>
#include <gp_Pnt.hxx>
#include <Precision.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#include <TopExp.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Vertex.hxx>
#include <algorithm>
#include <Base/Console.h>
#include <App/Document.h>
@@ -47,8 +47,6 @@
#include <Mod/Sketcher/App/SketchObject.h>
#include <Mod/Part/App/Geometry.h>
#include <cmath>
#include "SketchAnalysis.h"
using namespace Sketcher;