]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Pln.cpp
Salome HOME
Put groups to the separated plugin: Collection
[modules/shaper.git] / src / GeomAPI / GeomAPI_Pln.cpp
index ba5960e876fc082a2aab11ca7674b4c4cb816804..3f3e44a7ef54ce62e958db08f71f20627ca677fc 100644 (file)
@@ -15,8 +15,6 @@
 
 #include <IntAna_QuadQuadGeo.hxx>
 
-using namespace std;
-
 GeomAPI_Pln::GeomAPI_Pln(const std::shared_ptr<GeomAPI_Ax3>& theAxis)
 : GeomAPI_Interface(new gp_Ax3(theAxis->impl<gp_Ax3>()))
 {