0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BRepCheck / BRepCheck_Result.cxx
index 9fb292a..c699d56 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BRepCheck_Result.ixx>
-#include <BRepCheck.hxx>
 
+#include <BRepCheck.hxx>
+#include <BRepCheck_Result.hxx>
+#include <Standard_NoSuchObject.hxx>
+#include <Standard_Type.hxx>
+#include <TopoDS_Shape.hxx>
 
 //=======================================================================
 //function : BRepCheck_Result
 //purpose  : 
 //=======================================================================
-
 BRepCheck_Result::BRepCheck_Result() :
    myMin(Standard_False),myBlind(Standard_False)
 {