X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d16b634fa336d09050d01786fb420d32ef43d311..fc32cd4a59dc7c6cedea430750b2ce2c2a342353:/src/mgl/dc.cpp diff --git a/src/mgl/dc.cpp b/src/mgl/dc.cpp index 5b4101fd20..3fb64cab40 100644 --- a/src/mgl/dc.cpp +++ b/src/mgl/dc.cpp @@ -39,7 +39,6 @@ #include "wx/log.h" #include -#include #include @@ -48,10 +47,6 @@ // constants //----------------------------------------------------------------------------- -#ifndef M_PI -#define M_PI 3.14159265358979323846 -#endif - const double mm2inches = 0.0393700787402; const double inches2mm = 25.4; const double mm2twips = 56.6929133859;