]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/utilsexc.cpp
use a GtkAlignment to set size of toolbar controls, instead of trying to "correct...
[wxWidgets.git] / src / palmos / utilsexc.cpp
index 3ce36f3ca586ba0c53daacfb516cc41b35120e4c..eaa04a4e6b18ac9f054a3cafc40f47bc0ae55530 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     #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>
@@ -99,4 +96,3 @@ long wxExecute(wxChar **argv, int flags, wxProcess *handler)
 {
     return 0;
 }
-