mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-15 05:09:35 +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
@@ -234,8 +234,6 @@ void IntPatch_Intersection::Perform(const Handle(Adaptor3d_Surface)& S1,
|
||||
#include <Extrema_POnSurf.hxx>
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#include <Geom2dAPI_InterCurveCurve.hxx>
|
||||
#include <Geom_Plane.hxx>
|
||||
#include <ProjLib_ProjectOnPlane.hxx>
|
||||
#include <GeomProjLib.hxx>
|
||||
#include <ElCLib.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
|
||||
Reference in New Issue
Block a user