Salome HOME
ENV: Windows porting.
[modules/geom.git] / src / GEOMImpl / GEOMImpl_CylinderDriver.cxx
index 7706ebef67786f18ea072b7429d941bd25da769e..50e69d22deb8ecf5a8c74a843825d6dff7195d59 100644 (file)
@@ -1,9 +1,10 @@
 
-using namespace std;
-#include "GEOMImpl_CylinderDriver.hxx"
-#include "GEOMImpl_ICylinder.hxx"
-#include "GEOMImpl_Types.hxx"
-#include "GEOM_Function.hxx"
+#include <Standard_Stream.hxx>
+
+#include <GEOMImpl_CylinderDriver.hxx>
+#include <GEOMImpl_ICylinder.hxx>
+#include <GEOMImpl_Types.hxx>
+#include <GEOM_Function.hxx>
 
 #include <BRepPrimAPI_MakeCylinder.hxx>
 #include <BRep_Tool.hxx>