forked from AuroraMiddleware/gtk
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:
parent
139a627a85
commit
dfb06e1c7a
@ -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.
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define __GSK_GL_IMAGE_H__
|
||||
|
||||
#include "gskgldriverprivate.h"
|
||||
#include <cairo/cairo.h>
|
||||
#include <cairo.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user