projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
needed for avoiding double typedefs in xcode builds
[wxWidgets.git]
/
src
/
gtk1
/
spinctrl.cpp
diff --git
a/src/gtk1/spinctrl.cpp
b/src/gtk1/spinctrl.cpp
index 18e8e0dff21043ba40bf6b1bd96044244fd19225..10aa9301389e236a3722bb633aade9d71a5ddf0d 100644
(file)
--- a/
src/gtk1/spinctrl.cpp
+++ b/
src/gtk1/spinctrl.cpp
@@
-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"
//-----------------------------------------------------------------------------