Salome HOME
Moved some functionality to VTKViewer_Utilities.h
[modules/kernel.git] / src / SALOMEGUI / QAD_ListView.cxx
index d555fd378d308a0faed878c0e36b14e15b0042b3..b48d624186ed60ac2bc47c192c712aaecae4f45b 100644 (file)
@@ -9,7 +9,6 @@
 //  Module : SALOME
 //  $Header$
 
-using namespace std;
 #include "QAD_ListView.h"
 
 #include <qheader.h>
@@ -19,13 +18,13 @@ using namespace std;
 
 #include "QAD_Desktop.h"
 
-//#include <QAD_Application.h>
-//#include <QAD_Document.h>
-
-
 #include <TColStd_ListIteratorOfListOfInteger.hxx>
 #include <TColStd_ListIteratorOfListOfReal.hxx>
 
+#include "utilities.h"
+
+using namespace std;
+
 //////////////////////////////////////////////////////////////////////
 // QAD_ListView class implementation
 //////////////////////////////////////////////////////////////////////