Salome HOME
ENV: Windows porting.
[modules/geom.git] / src / GEOMImpl / GEOMImpl_LineDriver.cxx
index 57903e3d23915c715e7e787e80e242a474c572a3..b76dd1e5e9654ed49ab59ec6d1a2d1386880c717 100644 (file)
@@ -1,9 +1,10 @@
 
-using namespace std;
-#include "GEOMImpl_LineDriver.hxx"
-#include "GEOMImpl_ILine.hxx"
-#include "GEOMImpl_Types.hxx"
-#include "GEOM_Function.hxx"
+#include <Standard_Stream.hxx>
+
+#include <GEOMImpl_LineDriver.hxx>
+#include <GEOMImpl_ILine.hxx>
+#include <GEOMImpl_Types.hxx>
+#include <GEOM_Function.hxx>
 
 #include <BRep_Tool.hxx>
 #include <BRepBuilderAPI_MakeEdge.hxx>