]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/settings.cpp
honour wxBU_EXACTFIT in wxToggleButton (patch 1567892)
[wxWidgets.git] / src / msw / settings.cpp
index 9817d4d7c1e96b813ad0ce9c179ed4b28939535b..e482e95ff1b877a19cc7ded9fac2be4edf69f922 100644 (file)
@@ -27,6 +27,7 @@
 #include "wx/settings.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/missing.h" // for SM_CXCURSOR, SM_CYCURSOR, SM_TABLETPC
     #include "wx/utils.h"
     #include "wx/gdicmn.h"
     #include "wx/module.h"
@@ -40,9 +41,6 @@
 
 #include "wx/fontutil.h"
 
-// for SM_CXCURSOR, SM_CYCURSOR, SM_TABLETPC
-#include "wx/msw/missing.h"
-
 // ----------------------------------------------------------------------------
 // private classes
 // ----------------------------------------------------------------------------