[Part] H* to mo*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-03 23:32:50 +02:00
parent fb5479e178
commit 1bb61c46ff
7 changed files with 56 additions and 78 deletions

View File

@@ -20,23 +20,19 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <gp.hxx>
# include <gp_Lin.hxx>
# include <Geom_Line.hxx>
# include <GC_MakeLine.hxx>
# include <Precision.hxx>
#endif
#include <Base/VectorPy.h>
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include "LinePy.h"
#include "LinePy.cpp"
#include "OCCError.h"
#include "Geometry.h"
#include <Mod/Part/App/LinePy.h>
#include <Mod/Part/App/LinePy.cpp>
using namespace Part;