]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/utilsexc.cpp
removed extra semicolon
[wxWidgets.git] / src / palmos / utilsexc.cpp
index 645132d1cca521365ae7f80cb10bec593ad10659..eaa04a4e6b18ac9f054a3cafc40f47bc0ae55530 100644 (file)
     #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 <ctype.h>
 
 #include <stdio.h>
@@ -95,4 +96,3 @@ long wxExecute(wxChar **argv, int flags, wxProcess *handler)
 {
     return 0;
 }
-