gsk/gl: Include cairo.h consistently
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 28 Mar 2018 03:23:43 +0000 (11:23 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 28 Mar 2018 14:05:17 +0000 (22:05 +0800)
Follow the other sources that include cairo.h, by just doing #include
<cairo.h>, not <cairo/cairo.h>.

https://bugzilla.gnome.org/show_bug.cgi?id=773299

gsk/gl/gskglglyphcache.c
gsk/gl/gskglimageprivate.h

index e1d9ffd50bf2d36e338c8305ebade4a604cfc2cf..842a8994274199af6f99a640ce7d2bd9f2602e68 100644 (file)
@@ -6,7 +6,7 @@
 #include "gskprivate.h"
 
 #include <graphene.h>
-#include <cairo/cairo.h>
+#include <cairo.h>
 #include <epoxy/gl.h>
 
 /* Parameters for our cache eviction strategy.
index 5a58fea5c92eaf2233566aec9093a0e1b497dcdf..547f0cb1713954eeb0b2db4a775e3f52be4c7317 100644 (file)
@@ -2,7 +2,7 @@
 #define __GSK_GL_IMAGE_H__
 
 #include "gskgldriverprivate.h"
-#include <cairo/cairo.h>
+#include <cairo.h>
 
 typedef struct
 {