]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_frame.cpp
allow adjusting the combo button size (patch 1489452)
[wxWidgets.git] / src / xrc / xh_frame.cpp
index dc6d8fc2988a6b4632ea099e48e24ead1521446b..a10f0d24cf605237a781222c44532dcb6871c112 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
+    #include "wx/log.h"
+    #include "wx/frame.h"
 #endif
 
-#include "wx/frame.h"
 #include "wx/dialog.h" // to get wxDEFAULT_DIALOG_STYLE
-#include "wx/log.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxFrameXmlHandler, wxXmlResourceHandler)