]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed includes.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Aug 2003 19:01:12 +0000 (19:01 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Aug 2003 19:01:12 +0000 (19:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/utils.cpp
src/os2/utilsgui.cpp

index f6c06af9491ff046e4ef3c52d05cfcc3b588227a..1d01ee094f1926d294057c7f7b6ca6da26e7b42f 100644 (file)
@@ -19,7 +19,6 @@
 #endif  //WX_PRECOMP
 
 #include "wx/os2/private.h"
-#include "wx/timer.h"
 #include "wx/intl.h"
 #include "wx/apptrait.h"
 
@@ -147,7 +146,6 @@ bool wxShell(
 {
     wxChar*                         zShell = _T("CMD.EXE");
     wxString                        sInputs;
-    wxChar                          zTmp[255];
     STARTDATA                       SData = {0};
     PSZ                             PgmTitle = "Command Shell";
     APIRET                          rc;
index f77d16db2c9342ca5b04022d8d348baf0700538c..52701bb3c6d2d0a237d387cb4ddc5cd95eba3f11 100644 (file)
@@ -31,6 +31,9 @@
     #include "wx/cursor.h"
 #endif //WX_PRECOMP
 
+#include "wx/apptrait.h"
+#include "wx/timer.h"
+
 #include "wx/os2/private.h"     // includes <windows.h>
 
 // ============================================================================