X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d3e7b52d84580c28df8f754b81363502f917ac7..c3816108b4545342713f928e5708cf679d933e12:/src/common/geometry.cpp diff --git a/src/common/geometry.cpp b/src/common/geometry.cpp index b78f2e79ee..1eb3d7b26f 100644 --- a/src/common/geometry.cpp +++ b/src/common/geometry.cpp @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "geometry.cpp" + #pragma implementation "geometry.h" #endif // For compilers that support precompilation, includes "wx.h". @@ -29,11 +29,6 @@ #include "wx/geometry.h" #include "wx/datstrm.h" -// normally this is defined in -#ifndef M_PI - #define M_PI 3.14159265358979323846 -#endif - // // wxPoint2D //