X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..a87f2821adee59d00f99cad1f9bcf61b0accbcb6:/src/os2/app.cpp

diff --git a/src/os2/app.cpp b/src/os2/app.cpp
index 7cf9125bc2..3453d44396 100644
--- a/src/os2/app.cpp
+++ b/src/os2/app.cpp
@@ -29,12 +29,12 @@
     #include "wx/msgdlg.h"
     #include "wx/intl.h"
     #include "wx/wxchar.h"
-    #include "wx/icon.h"
-    #include "wx/stdpaths.h"
-    #include "wx/filename.h"
     #include "wx/log.h"
 #endif
 
+#include "wx/stdpaths.h"
+#include "wx/filename.h"
+
 #include "wx/module.h"
 
 #include "wx/os2/private.h"
@@ -82,8 +82,7 @@ extern "C" int _System bsdselect(int,
 // global variables
 // ---------------------------------------------------------------------------
 
-extern wxChar*                      wxBuffer;
-extern wxList WXDLLEXPORT           wxPendingDelete;
+WXDLLEXPORT_DATA(wxChar*) wxBuffer;
 extern wxCursor*                    g_globalCursor;
 
 HAB                                 vHabmain = NULLHANDLE;