From c5e4af761c9db702b9bbf0740404c204e5b086d2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 22 Nov 2011 08:25:24 -0500 Subject: [PATCH] Clean up includes There's no sign of Pango in this header, so no need to include pangocairo.h --- gdk/gdkcairo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkcairo.h b/gdk/gdkcairo.h index f2cf7bd7e1..838ff38b2c 100644 --- a/gdk/gdkcairo.h +++ b/gdk/gdkcairo.h @@ -27,7 +27,7 @@ #include #include #include -#include +#include G_BEGIN_DECLS