]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/geometry.h
Common code for the same handling of wxSL_INVERSE.
[wxWidgets.git] / include / wx / geometry.h
index 0b21a02f5767540ee21c90005d9d06ffe2b5f743..1dedc55fc5c0df2bd5c1a7c92bcfe694dec8fb67 100644 (file)
 #define _WX_GEOMETRY_H_
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "geometry.cpp"
+    #pragma interface "geometry.h"
 #endif
 
 #include "wx/defs.h"
 
-#ifndef wxUSE_GEOMETRY
-    #define wxUSE_GEOMETRY 0
-#endif
-
 #if wxUSE_GEOMETRY
 
 #include "wx/utils.h"
 #include "wx/gdicmn.h"
-#include <math.h>
+#include "wx/math.h"
 
 #ifdef __WXMSW__
     #define wxMulDivInt32( a , b , c ) ::MulDiv( a , b , c )