remove unnecessary include of wx/cairo.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2012-12-02 03:35:37 +00:00
parent 9f692b010e
commit b3ee9f4d2e

View File

@@ -19,8 +19,6 @@
#include "wx/printdlg.h" #include "wx/printdlg.h"
#include "wx/prntbase.h" #include "wx/prntbase.h"
#include "wx/dc.h" #include "wx/dc.h"
#include "wx/cairo.h"
typedef struct _GtkPrintOperation GtkPrintOperation; typedef struct _GtkPrintOperation GtkPrintOperation;
typedef struct _GtkPrintContext GtkPrintContext; typedef struct _GtkPrintContext GtkPrintContext;