gdkcairocontext*.h: Include cairo.h consistently

The other sources include cairo.h by just using #include <cairo.h>, so
do likewise here.
This commit is contained in:
Chun-wei Fan 2018-05-15 13:27:10 +08:00
parent d7aa13a8e6
commit 04b4c077f6
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#include <gdk/gdkversionmacros.h>
#include <gdk/gdktypes.h>
#include <cairo/cairo.h>
#include <cairo.h>
G_BEGIN_DECLS

View File

@ -25,7 +25,7 @@
#include "gdkdrawcontextprivate.h"
#include <cairo/cairo.h>
#include <cairo.h>
G_BEGIN_DECLS