]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/spinctrl.cpp
ensure that either RTLD_LAZY or RTLD_NOW is always used as calling dlopen() with...
[wxWidgets.git] / src / gtk1 / spinctrl.cpp
index 18e8e0dff21043ba40bf6b1bd96044244fd19225..10aa9301389e236a3722bb633aade9d71a5ddf0d 100644 (file)
@@ -22,9 +22,7 @@
 #include "wx/utils.h"
 
 #include "wx/textctrl.h"    // for wxEVT_COMMAND_TEXT_UPDATED
-
-#include <math.h>
-
+#include "wx/math.h"
 #include "wx/gtk/private.h"
 
 //-----------------------------------------------------------------------------