Salome HOME
Implement 'make dist' and 'make distcheck' steps support
[modules/smesh.git] / src / SMESH / SMESH_2D_Algo.cxx
index a2a18202a4ab57903116e98b2ea7a504f9ac1a08..f2eeaeb142241dc48699c3f6f880b68e72f563d5 100644 (file)
 //  Module : SMESH
 //  $Header$
 
-using namespace std;
 #include "SMESH_2D_Algo.hxx"
 #include "SMESH_Gen.hxx"
-#include <TopExp.hxx>
 
 #include "utilities.h"
 
+#include <TopExp_Explorer.hxx>
+#include <TopExp.hxx>
+#include <TopoDS.hxx>
+
+using namespace std;
+
 //=============================================================================
 /*!
  *