mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-05 12:17:50 +08:00
Coding - Remove duplicate and self-referencing include directives (#739)
- Removal of self-referencing includes where files include themselves - Elimination of duplicate include statements within the same file - Cleanup of redundant includes in conditional compilation blocks - Adding CI validation for validation PRs
This commit is contained in:
committed by
dpasukhi
parent
76b05809d0
commit
775454b75a
@@ -18,7 +18,6 @@
|
||||
|
||||
#include <Adaptor3d_Curve.hxx>
|
||||
#include <gp_Ax3.hxx>
|
||||
#include <GeomAdaptor_SurfaceOfLinearExtrusion.hxx>
|
||||
#include <GeomEvaluator_SurfaceOfExtrusion.hxx>
|
||||
#include <Standard_NoSuchObject.hxx>
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
#include <Adaptor3d_Curve.hxx>
|
||||
#include <ElCLib.hxx>
|
||||
#include <GeomAdaptor_SurfaceOfRevolution.hxx>
|
||||
#include <GeomEvaluator_SurfaceOfRevolution.hxx>
|
||||
#include <Standard_NoSuchObject.hxx>
|
||||
|
||||
|
||||
@@ -40,9 +40,7 @@
|
||||
#include <AppParCurves_MultiPoint.hxx>
|
||||
#include <StdFail_NotDone.hxx>
|
||||
#include <Standard_NoSuchObject.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <math_Recipes.hxx>
|
||||
#include <math_Crout.hxx>
|
||||
|
||||
static int FlatLength(const TColStd_Array1OfInteger& Mults)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
// Modified by skv - Fri Aug 27 12:29:04 2004 OCC6503
|
||||
|
||||
#include <Adaptor3d_Surface.hxx>
|
||||
#include <Adaptor3d_Surface.hxx>
|
||||
#include <Bnd_Box.hxx>
|
||||
#include <BndLib.hxx>
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#include <Geom_ToroidalSurface.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <GeomAdaptor_Surface.hxx>
|
||||
#include <GeomAdaptor_Surface.hxx>
|
||||
#include <GeomLib_IsPlanarSurface.hxx>
|
||||
#include <gp_Ax3.hxx>
|
||||
#include <gp_Circ.hxx>
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <gp_Dir.hxx>
|
||||
#include <GeomAbs_CurveType.hxx>
|
||||
#include <GeomAdaptor_Curve.hxx>
|
||||
#include <Adaptor3d_Curve.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user