X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f18ad9c64bf7ce17bcfef97a2e5098cf077de7af..ee5aa9d44fa75e88bce9981d7d02dea9f6d5f3c4:/src/os2/app.cpp?ds=sidebyside diff --git a/src/os2/app.cpp b/src/os2/app.cpp index 3453d44396..3620b182ac 100644 --- a/src/os2/app.cpp +++ b/src/os2/app.cpp @@ -28,15 +28,14 @@ #include "wx/dialog.h" #include "wx/msgdlg.h" #include "wx/intl.h" - #include "wx/wxchar.h" + #include "wx/crt.h" #include "wx/log.h" + #include "wx/module.h" #endif #include "wx/stdpaths.h" #include "wx/filename.h" -#include "wx/module.h" - #include "wx/os2/private.h" #ifdef __EMX__ @@ -485,8 +484,6 @@ void wxApp::OnIdle( wxIdleEvent& rEvent ) gbInOnIdle = true; - wxAppBase::OnIdle(rEvent); - #if wxUSE_DC_CACHEING // automated DC cache management: clear the cached DCs and bitmap // if it's likely that the app has finished with them, that is, we