]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / motif / frame.cpp
index 2b8b45d396b1793e6eff764e8989bd7f8ed15a23..24b8baf9cceb8f089b3032d21098f1955d26f066 100644 (file)
@@ -30,6 +30,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/log.h"
+    #include "wx/app.h"
 #endif
 
 #include "wx/statusbr.h"
@@ -37,7 +38,6 @@
 #include "wx/menu.h"
 #include "wx/settings.h"
 #include "wx/utils.h"
-#include "wx/app.h"
 #include "wx/icon.h"
 
 #ifdef __VMS__