]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/spinctrl.cpp
wxchar.h doesn't have to be C file anymore, it's C++
[wxWidgets.git] / src / gtk1 / spinctrl.cpp
index 51c4c477cd102926d0d01bb43191be8cbdbe3387..e2a7824071a925deb7b8941be2a83e3542df5b0c 100644 (file)
@@ -18,9 +18,9 @@
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
     #include "wx/textctrl.h"    // for wxEVT_COMMAND_TEXT_UPDATED
+    #include "wx/math.h"
 #endif
 
-#include "wx/math.h"
 #include "wx/gtk1/private.h"
 
 //-----------------------------------------------------------------------------