]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
allow adjusting the combo button size (patch 1489452)
[wxWidgets.git] / src / motif / frame.cpp
index 562720af2db5e8f472962b3b23813fa70a962588..24c4eb0f9da583fee49bf6d13bd15f82dcf4a6b8 100644 (file)
 #endif
 
 #include "wx/frame.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+    #include "wx/app.h"
+    #include "wx/utils.h"
+#endif
+
 #include "wx/statusbr.h"
 #include "wx/toolbar.h"
 #include "wx/menu.h"
 #include "wx/settings.h"
-#include "wx/utils.h"
-#include "wx/log.h"
-#include "wx/app.h"
 #include "wx/icon.h"
 
 #ifdef __VMS__