X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc023abbbbd2b136da9ff65efbbb726daa9fc907..83e8b44cc0bf8a2a8f162c67162f9ed68accd15f:/src/motif/evtloop.cpp diff --git a/src/motif/evtloop.cpp b/src/motif/evtloop.cpp index 03049f43da..79a49240f1 100644 --- a/src/motif/evtloop.cpp +++ b/src/motif/evtloop.cpp @@ -29,17 +29,18 @@ #include "wx/event.h" #include "wx/app.h" #include "wx/window.h" + #include "wx/module.h" #endif //WX_PRECOMP #include "wx/evtloop.h" #ifdef __VMS__ -#pragma message disable nosimpint + #pragma message disable nosimpint #endif #include #include #ifdef __VMS__ -#pragma message enable nosimpint + #pragma message enable nosimpint #endif #include "wx/unix/private.h" @@ -377,8 +378,6 @@ bool wxDoEventLoopIteration( wxEventLoop& evtLoop ) // also wxEventLoop::Exit is implemented that way, so that exiting an // event loop won't require an event being in the queue -#include "wx/module.h" - #include #include #include