[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 c0fa37cfa9
commit 2d19fad276
7 changed files with 56 additions and 78 deletions

View File

@@ -20,21 +20,19 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <gp_Hypr.hxx>
# include <Geom_Hyperbola.hxx>
# include <GC_MakeHyperbola.hxx>
# include <Geom_Hyperbola.hxx>
#endif
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include "HyperbolaPy.h"
#include "HyperbolaPy.cpp"
#include "OCCError.h"
#include "Geometry.h"
#include <Mod/Part/App/HyperbolaPy.h>
#include <Mod/Part/App/HyperbolaPy.cpp>
using namespace Part;