Salome HOME
Windows porting
[modules/geom.git] / src / RepairGUI / RepairGUI_GlueDlg.cxx
index 218697875369a2f35dda5e548b996bb07a4bd3d0..9988bb38d944f067e4223c6692c0babe707f780c 100644 (file)
@@ -26,7 +26,6 @@
 //  Module : GEOM
 //  $Header$
 
-using namespace std;
 #include "RepairGUI_GlueDlg.h"
 #include "DlgRef_1Sel_Ext.h"
 #include "GEOMImpl_Types.hxx"
@@ -48,10 +47,9 @@ using namespace std;
 #include <qapplication.h>
 #include <qlabel.h>
 
-#define DEFAULT_TOLERANCE_VALUE 1e-07
-
-
+using namespace std;
 
+#define DEFAULT_TOLERANCE_VALUE 1e-07
 
 //=================================================================================
 // class    : RepairGUI_GlueDlg()