#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__
// for modal dialogs
wxList wxModalDialogs;
extern wxList wxModelessWindows; // Frames and modeless dialogs
-extern wxList wxPendingDelete;
#define wxUSE_INVISIBLE_RESIZE 1