]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/evtloop.cpp
updated header file name in source
[wxWidgets.git] / src / motif / evtloop.cpp
index c8380862baac987c5243b22278b9dbdcb2234a15..4271f4577c0cd07b25b8692f2a24a233cc206da0 100644 (file)
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/event.h"
+    #include "wx/app.h"
+    #include "wx/window.h"
 #endif //WX_PRECOMP
 
 #include "wx/evtloop.h"
-#include "wx/event.h"
-#include "wx/app.h"
-#include "wx/window.h"
 
 #ifdef __VMS__
 #pragma message disable nosimpint
@@ -96,8 +96,6 @@ bool wxEventLoopImpl::SendIdleMessage()
 // wxEventLoop running and exiting
 // ----------------------------------------------------------------------------
 
-wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
-
 wxEventLoop::~wxEventLoop()
 {
     wxASSERT_MSG( !m_impl, _T("should have been deleted in Run()") );
@@ -479,4 +477,3 @@ bool wxAddIdleCallback()
 
     return true;
 }
-