From ac8fdfe2a53161e95eabdd8f25d1a2a824ff4a73 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 7 Mar 2008 16:50:13 +0000 Subject: [PATCH] cleaning up common OSX code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/cmndata.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/cmndata.cpp b/src/common/cmndata.cpp index ba6c494e40..2edd26ca9a 100644 --- a/src/common/cmndata.cpp +++ b/src/common/cmndata.cpp @@ -49,9 +49,6 @@ #include "wx/paper.h" -#if defined(__WXMAC__) - #include "wx/mac/private/print.h" -#endif IMPLEMENT_DYNAMIC_CLASS(wxPrintData, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxPrintDialogData, wxObject)