mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +00:00
gskpango.c: Include cairo.h consistently
The other source files use "#include <cairo.h>", so we should do likewise. https://bugzilla.gnome.org/show_bug.cgi?id=773299
This commit is contained in:
parent
d97db77ad4
commit
1b7f08171a
@ -26,7 +26,7 @@
|
||||
#include <math.h>
|
||||
|
||||
#include <pango/pango.h>
|
||||
#include <cairo/cairo.h>
|
||||
#include <cairo.h>
|
||||
|
||||
#define GSK_PANGO_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GSK_TYPE_PANGO_RENDERER, GskPangoRendererClass))
|
||||
#define GSK_IS_PANGO_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GSK_TYPE_PANGO_RENDERER))
|
||||
|
Loading…
Reference in New Issue
Block a user