Salome HOME
Merge Python 3 porting.
[modules/gui.git] / src / LightApp / LightApp_Application.cxx
index 79e89bd6389b7fe30b5a2c23dc16e77a688d665b..afda2bbefd6cf356435f613426f1a58b4d502a26 100644 (file)
@@ -35,8 +35,8 @@
 #endif
 
 #ifndef DISABLE_PYCONSOLE
-  #include "LightApp_PyEditor.h"
   #include "PyConsole_Interp.h"
+  #include "LightApp_PyEditor.h"
   #include "PyConsole_Console.h"
 #endif