X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14eb37a05eb3741f4c8d9e64b7af45480706cb15..79cb759dc8580da2e82e880cd94a08cd38bb814e:/src/msw/evtloop.cpp diff --git a/src/msw/evtloop.cpp b/src/msw/evtloop.cpp index d09faae69f..96e6180664 100644 --- a/src/msw/evtloop.cpp +++ b/src/msw/evtloop.cpp @@ -34,7 +34,6 @@ #include "wx/evtloop.h" #include "wx/thread.h" #include "wx/except.h" -#include "wx/ptr_scpd.h" #include "wx/msw/private.h" #if wxUSE_GUI @@ -361,6 +360,11 @@ void wxGUIEventLoop::WakeUp() #else // !wxUSE_GUI + +// ============================================================================ +// wxConsoleEventLoop implementation +// ============================================================================ + #if wxUSE_CONSOLE_EVENTLOOP void wxConsoleEventLoop::WakeUp()