]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/app.cpp
show help for the page under mouse when the [?] button is used to request help
[wxWidgets.git] / src / os2 / app.cpp
index 050117d47f74a6f4be427a8bd6b71075be603736..fe9f2d83d0be40e03912979e2b0baed7a7047844 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#include "wx/app.h"
+
 #ifndef WX_PRECOMP
     #include "wx/dynarray.h"
     #include "wx/frame.h"
-    #include "wx/app.h"
     #include "wx/utils.h"
     #include "wx/gdicmn.h"
     #include "wx/pen.h"
     #include "wx/msgdlg.h"
     #include "wx/intl.h"
     #include "wx/wxchar.h"
-    #include "wx/icon.h"
     #include "wx/stdpaths.h"
     #include "wx/filename.h"
+    #include "wx/log.h"
 #endif
 
-#include "wx/log.h"
 #include "wx/module.h"
 
 #include "wx/os2/private.h"