Salome HOME
Put groups to the separated plugin: Collection
[modules/shaper.git] / src / Model / Model_AttributeBoolean.cpp
index d576a8870be398222cdac5052fae5879695467c9..f7111f127c63aaabd88ce7b50576a2def0851ec7 100644 (file)
@@ -8,8 +8,6 @@
 #include <ModelAPI_Feature.h>
 #include <ModelAPI_Data.h>
 
-using namespace std;
-
 void Model_AttributeBoolean::setValue(bool theValue)
 {
   Standard_Boolean aValue = theValue ? Standard_True : Standard_False;