[Part] Geom2d: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -20,22 +20,18 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <gp.hxx>
|
||||
# include <gp_Lin2d.hxx>
|
||||
# include <Geom2d_Line.hxx>
|
||||
# include <GCE2d_MakeLine.hxx>
|
||||
# include <Precision.hxx>
|
||||
#endif
|
||||
|
||||
#include <Base/GeometryPyCXX.h>
|
||||
|
||||
#include <Mod/Part/App/OCCError.h>
|
||||
#include <Mod/Part/App/Geometry2d.h>
|
||||
#include <Mod/Part/App/Geom2d/Line2dPy.h>
|
||||
#include <Mod/Part/App/Geom2d/Line2dPy.cpp>
|
||||
#include "Geom2d/Line2dPy.h"
|
||||
#include "Geom2d/Line2dPy.cpp"
|
||||
#include "OCCError.h"
|
||||
|
||||
|
||||
using namespace Part;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user