[Part] Prim* to Sur*: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -20,20 +20,19 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <Geom_SurfaceOfRevolution.hxx>
|
||||
#endif
|
||||
|
||||
#include "Geometry.h"
|
||||
#include "SurfaceOfRevolutionPy.h"
|
||||
#include "SurfaceOfRevolutionPy.cpp"
|
||||
|
||||
#include <Base/GeometryPyCXX.h>
|
||||
#include <Base/VectorPy.h>
|
||||
|
||||
#include "SurfaceOfRevolutionPy.h"
|
||||
#include "SurfaceOfRevolutionPy.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