gdkcairocontext*.h: Include cairo.h consistently
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 15 May 2018 05:27:10 +0000 (13:27 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 15 May 2018 05:49:45 +0000 (13:49 +0800)
The other sources include cairo.h by just using #include <cairo.h>, so
do likewise here.

gdk/gdkcairocontext.h
gdk/gdkcairocontextprivate.h

index dc387016131c9abb3078cdd97eb0a756f8666fbb..8d83da759426415e4d7c4064de8b1ca0323fca53 100644 (file)
@@ -28,7 +28,7 @@
 #include <gdk/gdkversionmacros.h>
 #include <gdk/gdktypes.h>
 
-#include <cairo/cairo.h>
+#include <cairo.h>
 
 G_BEGIN_DECLS
 
index 728cb859b294a4e82939cd1b8364ae1cfe393762..fd45c38573b6d2bf887cb6aba5f59fd1c1995d35 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "gdkdrawcontextprivate.h"
 
-#include <cairo/cairo.h>
+#include <cairo.h>
 
 G_BEGIN_DECLS