Fixed includes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2003-08-31 19:01:12 +00:00
parent 459073a907
commit ceb8f94a96
2 changed files with 3 additions and 2 deletions

View 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;

View 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>
// ============================================================================