X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b09a59f521e4a365f1b073e26e53f17a5e03e1fa..9413e1e34a9601f251f9ca3827e8b56dba8aaa18:/src/motif/app.cpp diff --git a/src/motif/app.cpp b/src/motif/app.cpp index d6c6206c93..8e4db93daa 100644 --- a/src/motif/app.cpp +++ b/src/motif/app.cpp @@ -18,13 +18,17 @@ #endif #include "wx/app.h" -#include "wx/utils.h" + +#ifndef WX_PRECOMP + #include "wx/hash.h" + #include "wx/intl.h" + #include "wx/log.h" + #include "wx/utils.h" + #include "wx/memory.h" +#endif + #include "wx/module.h" -#include "wx/memory.h" -#include "wx/log.h" -#include "wx/intl.h" #include "wx/evtloop.h" -#include "wx/hash.h" #if wxUSE_THREADS #include "wx/thread.h" @@ -63,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;