]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/utilsexc.cpp
revert unintended changes in previous commit
[wxWidgets.git] / src / palmos / utilsexc.cpp
index 645132d1cca521365ae7f80cb10bec593ad10659..35be0f4752606000b10e91504dfd21b4aec947e9 100644 (file)
     #include "wx/app.h"
     #include "wx/intl.h"
     #include "wx/log.h"
+    #if wxUSE_STREAMS
+        #include "wx/stream.h"
+    #endif
 #endif
 
-#include "wx/stream.h"
 #include "wx/process.h"
 
 #include "wx/apptrait.h"
@@ -95,4 +97,3 @@ long wxExecute(wxChar **argv, int flags, wxProcess *handler)
 {
     return 0;
 }
-