// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#if wxUSE_PRINTING_ARCHITECTURE
-#include "wx/object.h"
#include "wx/printdlg.h"
+
+#ifndef WXPRECOMP
+ #include "wx/object.h"
+ #include "wx/dcprint.h"
+ #include "wx/msgdlg.h"
+#endif
+
#include "wx/mac/printdlg.h"
-#include "wx/dcprint.h"
-#include "wx/msgdlg.h"
#include "wx/mac/private/print.h"