Remove nearly empty wx/cairo.h header

It does so little now it's not worth having. And it should not have been a public header.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2012-12-02 02:28:48 +00:00
parent ea92bb677d
commit 9f692b010e
9 changed files with 10 additions and 53 deletions

View File

@@ -25,7 +25,10 @@
// the wx dll in order to load them dynamically.
#define cairo_public
#include "wx/cairo.h"
#include <cairo.h>
bool wxCairoInit();
void wxCairoCleanUp();
#ifndef WX_PRECOMP
#include "wx/bitmap.h"