]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
revert unintended changes in previous commit
[wxWidgets.git] / src / msw / app.cpp
index 6ba5c68d00ec3b3091f1aa28e14bfc6b985d602d..6a18714bf70bfa72419fce8e4ccb8718fba0e2c9 100644 (file)
@@ -40,7 +40,6 @@
     #include "wx/msgdlg.h"
     #include "wx/intl.h"
     #include "wx/wxchar.h"
-    #include "wx/icon.h"
     #include "wx/log.h"
 #endif
 
 // global variables
 // ---------------------------------------------------------------------------
 
-extern wxList WXDLLEXPORT wxPendingDelete;
-
 #if !defined(__WXMICROWIN__) && !defined(__WXWINCE__)
 extern void wxSetKeyboardHook(bool doIt);
 #endif