gsk/gl: Include cairo.h consistently

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
This commit is contained in:
Chun-wei Fan 2018-03-28 11:23:43 +08:00
parent 139a627a85
commit dfb06e1c7a
2 changed files with 2 additions and 2 deletions

View 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.

View File

@ -2,7 +2,7 @@
#define __GSK_GL_IMAGE_H__
#include "gskgldriverprivate.h"
#include <cairo/cairo.h>
#include <cairo.h>
typedef struct
{