[Part] Geom2d: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -20,18 +20,18 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <Geom2d_Conic.hxx>
|
||||
#endif
|
||||
|
||||
#include <Mod/Part/App/OCCError.h>
|
||||
#include <Mod/Part/App/Geom2d/Conic2dPy.h>
|
||||
#include <Mod/Part/App/Geom2d/Conic2dPy.cpp>
|
||||
|
||||
#include <Base/GeometryPyCXX.h>
|
||||
|
||||
#include "Geom2d/Conic2dPy.h"
|
||||
#include "Geom2d/Conic2dPy.cpp"
|
||||
#include "OCCError.h"
|
||||
|
||||
|
||||
using namespace Part;
|
||||
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
|
||||
Reference in New Issue
Block a user