Salome HOME
ENV: Windows porting.
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IBooleanOperations.cxx
index 61b65e4b512467d0427623585b9a057596bef089..cd635dfce126fefea0e87903ab7cce435e2e1f09 100644 (file)
@@ -1,17 +1,17 @@
-using namespace std; 
+#include <Standard_Stream.hxx>
 
-#include "GEOMImpl_IBooleanOperations.hxx"
+#include <GEOMImpl_IBooleanOperations.hxx>
 
-#include "GEOM_Function.hxx"
-#include "GEOM_PythonDump.hxx"
+#include <GEOM_Function.hxx>
+#include <GEOM_PythonDump.hxx>
 
-#include "GEOMImpl_Types.hxx"
+#include <GEOMImpl_Types.hxx>
 
-#include "GEOMImpl_BooleanDriver.hxx"
-#include "GEOMImpl_IBoolean.hxx"
+#include <GEOMImpl_BooleanDriver.hxx>
+#include <GEOMImpl_IBoolean.hxx>
 
-#include "GEOMImpl_PartitionDriver.hxx"
-#include "GEOMImpl_IPartition.hxx"
+#include <GEOMImpl_PartitionDriver.hxx>
+#include <GEOMImpl_IPartition.hxx>
 
 #include <TDF_Tool.hxx>