Salome HOME
Moved some functionality to VTKViewer_Utilities.h
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_AttributeInteger_i.cxx
index 8245e3723b71f188d124c265fe6e729839fad15a..8e40d859067ffa3ad0da72299960ffe0571b5417 100644 (file)
@@ -27,9 +27,8 @@
 //  $Header$
 
 #include "SALOMEDS_AttributeInteger_i.hxx"
-#include "SALOMEDS_SObject_i.hxx"
-using namespace std;
 
+using namespace std;
 
 CORBA::Long SALOMEDS_AttributeInteger_i::Value() {
   return Handle(TDataStd_Integer)::DownCast(_myAttr)->Get();