Salome HOME
Fix for bug 10438: Crash during Explode on Blocks operation (Global selection on...
[modules/gui.git] / src / SUPERVGraph / SUPERVGraph.cxx
index 35105cfe8bee6d4097717efa54c6f46f0b3615f9..2b8f3d87f102f53878ae32d6141ced237589e18e 100755 (executable)
 //  Module : SALOME
 //  $Header$
 
-using namespace std;
 #include "SUPERVGraph.h"
 #include "SUPERVGraph_ViewFrame.h"
 
+using namespace std;
+
 SUIT_ViewWindow* SUPERVGraph::createView(SUIT_Desktop* parent)
 {
   return new SUPERVGraph_ViewFrame( parent/*, "vtkView"*/ );