[Part] BSpline*: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -29,17 +29,17 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <gp_Ax2.hxx>
|
||||
# include <gp_Pln.hxx>
|
||||
# include <gp_Circ.hxx>
|
||||
# include <GC_MakeArcOfCircle.hxx>
|
||||
# include <Geom_BSplineCurve.hxx>
|
||||
# include <gp_Ax2.hxx>
|
||||
# include <gp_Circ.hxx>
|
||||
# include <gp_Pln.hxx>
|
||||
#endif
|
||||
|
||||
#include "Geometry.h"
|
||||
#include "BSplineCurveBiArcs.h"
|
||||
#include "Geometry.h"
|
||||
#include "Tools.h"
|
||||
|
||||
|
||||
using Part::BSplineCurveBiArcs;
|
||||
using Part::GeomBSplineCurve;
|
||||
using Part::Geometry;
|
||||
|
||||
@@ -27,12 +27,13 @@
|
||||
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
// POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
#ifndef PART_BSPLINECURVEBIARCS_H
|
||||
#define PART_BSPLINECURVEBIARCS_H
|
||||
|
||||
#include <list>
|
||||
|
||||
#include <Mod/Part/PartGlobal.h>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
|
||||
|
||||
namespace Part {
|
||||
|
||||
|
||||
@@ -20,35 +20,32 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <cmath>
|
||||
# include <Geom_BSplineCurve.hxx>
|
||||
# include <GeomAPI_PointsToBSpline.hxx>
|
||||
# include <GeomAPI_Interpolate.hxx>
|
||||
# include <GeomAPI_PointsToBSpline.hxx>
|
||||
# include <GeomConvert_BSplineCurveToBezierCurve.hxx>
|
||||
# include <Standard_PrimitiveTypes.hxx>
|
||||
# include <gp_Pnt.hxx>
|
||||
# include <TColStd_Array1OfReal.hxx>
|
||||
# include <Precision.hxx>
|
||||
# include <TColgp_Array1OfPnt.hxx>
|
||||
# include <TColgp_Array1OfVec.hxx>
|
||||
# include <TColgp_HArray1OfPnt.hxx>
|
||||
# include <TColStd_Array1OfInteger.hxx>
|
||||
# include <TColStd_HArray1OfReal.hxx>
|
||||
# include <TColStd_Array1OfReal.hxx>
|
||||
# include <TColStd_HArray1OfBoolean.hxx>
|
||||
# include <Precision.hxx>
|
||||
# include <cmath>
|
||||
# include <TColStd_HArray1OfReal.hxx>
|
||||
#endif
|
||||
|
||||
#include <Base/VectorPy.h>
|
||||
#include <Base/GeometryPyCXX.h>
|
||||
#include <Base/VectorPy.h>
|
||||
|
||||
#include "OCCError.h"
|
||||
#include "Geometry.h"
|
||||
#include "BSplineCurvePy.h"
|
||||
#include "BSplineCurvePy.cpp"
|
||||
#include "BezierCurvePy.h"
|
||||
#include "OCCError.h"
|
||||
|
||||
|
||||
using namespace Part;
|
||||
|
||||
|
||||
@@ -20,31 +20,28 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <Geom_BSplineCurve.hxx>
|
||||
//# include <Geom_BSplineCurve.hxx>
|
||||
# include <Geom_BSplineSurface.hxx>
|
||||
# include <Geom_BSplineCurve.hxx>
|
||||
# include <GeomAbs_Shape.hxx>
|
||||
# include <GeomAPI_PointsToBSplineSurface.hxx>
|
||||
# include <Precision.hxx>
|
||||
# include <TColgp_Array1OfPnt.hxx>
|
||||
# include <TColgp_Array2OfPnt.hxx>
|
||||
# include <TColStd_Array1OfReal.hxx>
|
||||
# include <TColStd_Array2OfReal.hxx>
|
||||
# include <TColStd_Array1OfInteger.hxx>
|
||||
# include <TColgp_Array1OfPnt.hxx>
|
||||
# include <TColgp_Array2OfPnt.hxx>
|
||||
# include <Precision.hxx>
|
||||
# include <GeomAPI_PointsToBSplineSurface.hxx>
|
||||
# include <GeomAbs_Shape.hxx>
|
||||
#endif
|
||||
# include <GeomFill_NSections.hxx>
|
||||
|
||||
#include <Base/GeometryPyCXX.h>
|
||||
#include <Base/VectorPy.h>
|
||||
|
||||
#include "OCCError.h"
|
||||
#include "Geometry.h"
|
||||
#include "BSplineCurvePy.h"
|
||||
#include "BSplineSurfacePy.h"
|
||||
#include "BSplineSurfacePy.cpp"
|
||||
#include "BSplineCurvePy.h"
|
||||
#include "OCCError.h"
|
||||
|
||||
|
||||
using namespace Part;
|
||||
|
||||
Reference in New Issue
Block a user