/////////////////////////////////////////////////////////////////////////////
-// Name: print.h
+// Name: wx/mac/carbon/private/print.h
// Purpose: private implementation for printing on MacOS
// Author: Stefan Csomor
// Modified by:
// Created: 03/02/99
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/print.h"
#include "wx/mac/private.h"
-#if TARGET_CARBON && !defined(__DARWIN__)
-# include <PMApplication.h>
-#endif
-
-#ifndef __DARWIN__
-# include "Printing.h"
-#endif
-
-#if !PM_USE_SESSION_APIS
-#error "only Carbon Printing Session API is supported"
-#endif
-
class WXDLLEXPORT wxMacCarbonPrintData : public wxPrintNativeDataBase
{
public :