]> git.saurik.com Git - wxWidgets.git/commitdiff
getting rid of redefines
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 28 Dec 2004 10:16:51 +0000 (10:16 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 28 Dec 2004 10:16:51 +0000 (10:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/printmac.cpp

index bb1901b3ebbde43df4ce6ac5e8f7a1476e4da589..f601443a28a76c4b22bebc3463a00ad6bb32a633 100644 (file)
 #include "wx/msgdlg.h"
 #endif
 
+#include "wx/math.h"
 #include "wx/mac/uma.h"
 
 #include "wx/mac/printmac.h"
 #include "wx/mac/private/print.h"
 
-#define mm2pt            2.83464566929
-#define pt2mm            0.352777777778
-
 #include "wx/dcprint.h"
 #include "wx/printdlg.h"
 #include "wx/mac/printdlg.h"