X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..99d21c0e1f8d87570702c52dccd3ad698f0a0931:/src/palmos/utilsexc.cpp diff --git a/src/palmos/utilsexc.cpp b/src/palmos/utilsexc.cpp index 645132d1cc..eaa04a4e6b 100644 --- a/src/palmos/utilsexc.cpp +++ b/src/palmos/utilsexc.cpp @@ -29,15 +29,16 @@ #include "wx/app.h" #include "wx/intl.h" #include "wx/log.h" + #if wxUSE_STREAMS + #include "wx/stream.h" + #endif + #include "wx/module.h" #endif -#include "wx/stream.h" #include "wx/process.h" #include "wx/apptrait.h" -#include "wx/module.h" - #include #include @@ -95,4 +96,3 @@ long wxExecute(wxChar **argv, int flags, wxProcess *handler) { return 0; } -