[Part] C*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-08 01:20:22 +02:00
parent fa585b1ccb
commit e20fe9da38
6 changed files with 22 additions and 39 deletions

View File

@@ -20,18 +20,18 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Geom_Conic.hxx>
#endif
#include <Mod/Part/App/OCCError.h>
#include <Mod/Part/App/ConicPy.h>
#include <Mod/Part/App/ConicPy.cpp>
#include <Base/VectorPy.h>
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include "ConicPy.h"
#include "ConicPy.cpp"
#include "OCCError.h"
using namespace Part;