From: Chun-wei Fan Date: Wed, 28 Mar 2018 03:23:43 +0000 (+0800) Subject: gsk/gl: Include cairo.h consistently X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~754 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dfb06e1c7ad8671ecc5c758836ec9c0ddf947a24;p=gtk4.git gsk/gl: Include cairo.h consistently Follow the other sources that include cairo.h, by just doing #include , not . https://bugzilla.gnome.org/show_bug.cgi?id=773299 --- diff --git a/gsk/gl/gskglglyphcache.c b/gsk/gl/gskglglyphcache.c index e1d9ffd50b..842a899427 100644 --- a/gsk/gl/gskglglyphcache.c +++ b/gsk/gl/gskglglyphcache.c @@ -6,7 +6,7 @@ #include "gskprivate.h" #include -#include +#include #include /* Parameters for our cache eviction strategy. diff --git a/gsk/gl/gskglimageprivate.h b/gsk/gl/gskglimageprivate.h index 5a58fea5c9..547f0cb171 100644 --- a/gsk/gl/gskglimageprivate.h +++ b/gsk/gl/gskglimageprivate.h @@ -2,7 +2,7 @@ #define __GSK_GL_IMAGE_H__ #include "gskgldriverprivate.h" -#include +#include typedef struct {