X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670f9935630beb2123a5ca62894ae92a3f0efa4f..3c15a1512831cf8da04367391bbe87bb9c32a0c7:/src/motif/dialog.cpp diff --git a/src/motif/dialog.cpp b/src/motif/dialog.cpp index 11d7ac387c..2536d0e5e0 100644 --- a/src/motif/dialog.cpp +++ b/src/motif/dialog.cpp @@ -23,10 +23,10 @@ #ifndef WX_PRECOMP #include "wx/app.h" + #include "wx/utils.h" + #include "wx/settings.h" #endif -#include "wx/utils.h" -#include "wx/settings.h" #include "wx/evtloop.h" #ifdef __VMS__ @@ -66,7 +66,6 @@ // for modal dialogs wxList wxModalDialogs; extern wxList wxModelessWindows; // Frames and modeless dialogs -extern wxList wxPendingDelete; #define wxUSE_INVISIBLE_RESIZE 1