]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/slider.cpp
Now we can build all tarballs on one (Unix shell) box using pre-flight.sh.
[wxWidgets.git] / src / gtk1 / slider.cpp
index 6f37e772225bb8e75b9367fb4c3fb8f80a8fd057..ddeb7570c7218d567fb530d747f819727f95cc02 100644 (file)
@@ -16,9 +16,9 @@
 
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
+    #include "wx/math.h"
 #endif
 
-#include "wx/math.h"
 #include "wx/gtk1/private.h"
 
 //-----------------------------------------------------------------------------