[gtk+] Clean up includes



commit c5e4af761c9db702b9bbf0740404c204e5b086d2
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 22 08:25:24 2011 -0500

    Clean up includes
    
    There's no sign of Pango in this header, so no need to include
    pangocairo.h

 gdk/gdkcairo.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkcairo.h b/gdk/gdkcairo.h
index f2cf7bd..838ff38 100644
--- a/gdk/gdkcairo.h
+++ b/gdk/gdkcairo.h
@@ -27,7 +27,7 @@
 #include <gdk/gdkcolor.h>
 #include <gdk/gdkrgba.h>
 #include <gdk/gdkpixbuf.h>
-#include <pango/pangocairo.h>
+#include <cairo.h>
 
 G_BEGIN_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]