X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88a7a4e10ed18f81a576dcd866cfbf02bf404c00..a130bb4e758c8423694265ac29554a1901fa3d27:/src/motif/app.cpp diff --git a/src/motif/app.cpp b/src/motif/app.cpp index 61fb696597..0f86cbcbaf 100644 --- a/src/motif/app.cpp +++ b/src/motif/app.cpp @@ -22,12 +22,12 @@ #ifndef WX_PRECOMP #include "wx/hash.h" #include "wx/intl.h" + #include "wx/log.h" + #include "wx/utils.h" #endif -#include "wx/utils.h" #include "wx/module.h" #include "wx/memory.h" -#include "wx/log.h" #include "wx/evtloop.h" #if wxUSE_THREADS @@ -67,7 +67,6 @@ static void wxTLWidgetDestroyCallback(Widget w, XtPointer clientData, XtPointer ptr); static WXWidget wxCreateTopLevelWidget( WXDisplay* display ); -extern wxList wxPendingDelete; extern bool wxAddIdleCallback(); wxHashTable *wxWidgetHashTable = NULL;