From 04b4c077f641c59f030eef9c6b0a4d27ebbe27a0 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 15 May 2018 13:27:10 +0800 Subject: [PATCH] gdkcairocontext*.h: Include cairo.h consistently The other sources include cairo.h by just using #include , so do likewise here. --- gdk/gdkcairocontext.h | 2 +- gdk/gdkcairocontextprivate.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkcairocontext.h b/gdk/gdkcairocontext.h index dc38701613..8d83da7594 100644 --- a/gdk/gdkcairocontext.h +++ b/gdk/gdkcairocontext.h @@ -28,7 +28,7 @@ #include #include -#include +#include G_BEGIN_DECLS diff --git a/gdk/gdkcairocontextprivate.h b/gdk/gdkcairocontextprivate.h index 728cb859b2..fd45c38573 100644 --- a/gdk/gdkcairocontextprivate.h +++ b/gdk/gdkcairocontextprivate.h @@ -25,7 +25,7 @@ #include "gdkdrawcontextprivate.h" -#include +#include G_BEGIN_DECLS -- 2.30.2