]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
Compile fixes: gcc seems to need pbt.h including, and PBT_APMRESUMEAUTOMATIC
[wxWidgets.git] / src / motif / dialog.cpp
index 22dc5a65f8f57defabeb0cc3159dcd804801569f..2536d0e5e05e07cd4695bc8e1991a369cedb8a6d 100644 (file)
@@ -24,9 +24,9 @@
 #ifndef WX_PRECOMP
     #include "wx/app.h"
     #include "wx/utils.h"
+    #include "wx/settings.h"
 #endif
 
-#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