]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/longlong.cpp
wx/math.h integration
[wxWidgets.git] / src / common / longlong.cpp
index f0dad06d3816ecce41a4c0257a43f67648b98d3b..6babb4eef75809fe2e801f874ba1120176fcc5a0 100644 (file)
@@ -27,6 +27,7 @@
 
 #if wxUSE_LONGLONG
 #include "wx/longlong.h"
+#include "wx/math.h"       // for fabs()
 
 #if defined(__MWERKS__) && defined(__WXMSW__)
 #include <string.h>     // for memset()
@@ -34,8 +35,6 @@
 #include <memory.h>     // for memset()
 #endif
 
-#include <math.h>       // for fabs()
-
 // ============================================================================
 // implementation
 // ============================================================================