0032951: Coding - get rid of unused headers [GeomConvert to IGESBasic]
[occt.git] / src / GeomPlate / GeomPlate_PointConstraint.cxx
index 99cfc80..74d31c3 100644 (file)
 // commercial license or contractual agreement.
 
 
-#include <Extrema_ExtPS.hxx>
-#include <Extrema_POnSurf.hxx>
 #include <Geom_Plane.hxx>
 #include <Geom_Surface.hxx>
-#include <GeomAdaptor_Surface.hxx>
 #include <GeomAPI_ProjectPointOnSurf.hxx>
-#include <GeomLProp_SLProps.hxx>
 #include <GeomPlate_PointConstraint.hxx>
-#include <gp_Ax3.hxx>
 #include <gp_Pnt.hxx>
 #include <gp_Pnt2d.hxx>
-#include <gp_Trsf.hxx>
 #include <gp_Vec.hxx>
-#include <Standard_ConstructionError.hxx>
 #include <Standard_Type.hxx>
 
 IMPLEMENT_STANDARD_RTTIEXT(GeomPlate_PointConstraint,Standard_Transient)