0032742: Coding - get rid of unused headers [Adaptor2d to Approx]
[occt.git] / src / AIS / AIS_Plane.cxx
index 0a754b3..b04a7a9 100644 (file)
@@ -17,7 +17,6 @@
 #include <AIS_Plane.hxx>
 
 #include <AIS_InteractiveContext.hxx>
-#include <Aspect_TypeOfLine.hxx>
 #include <DsgPrs_ShadedPlanePresentation.hxx>
 #include <DsgPrs_XYZPlanePresentation.hxx>
 #include <ElSLib.hxx>
 #include <SelectMgr_EntityOwner.hxx>
 #include <Standard_Type.hxx>
 #include <StdPrs_Plane.hxx>
-#include <StdPrs_ShadedShape.hxx>
-#include <StdPrs_ShadedSurface.hxx>
 #include <TColgp_Array1OfPnt.hxx>
-#include <TColgp_HArray1OfPnt.hxx>
-#include <TCollection_AsciiString.hxx>
 
 IMPLEMENT_STANDARD_RTTIEXT(AIS_Plane,AIS_InteractiveObject)