[gtk+] gskpango.c: Include cairo.h consistently
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gskpango.c: Include cairo.h consistently
- Date: Wed, 6 Sep 2017 02:43:21 +0000 (UTC)
commit 1b7f08171af6fc7541ccfa210bfe842258184bd6
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Sep 4 23:29:34 2017 +0800
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
gtk/gskpango.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gskpango.c b/gtk/gskpango.c
index 50ed2f1..698688a 100644
--- a/gtk/gskpango.c
+++ b/gtk/gskpango.c
@@ -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))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]