[gtk+] More include cleanups



commit 6f39855c0837aa7244a6ae9f9848d948f6fdeda3
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 28 01:54:55 2011 -0400

    More include cleanups

 gtk/gtkaboutdialog.c    |    2 +-
 gtk/gtkcombobox.c       |    2 +-
 gtk/gtkfontbutton.c     |    2 +-
 gtk/gtkfontchooser.c    |    6 ++----
 gtk/gtkmenu.c           |    2 +-
 gtk/gtkmountoperation.c |    3 +--
 gtk/gtkpathbar.c        |    2 +-
 gtk/gtkscalebutton.c    |    2 +-
 gtk/gtktoolbar.c        |    3 +--
 gtk/gtktoolbutton.c     |    3 +--
 gtk/gtktooltip.c        |    2 +-
 gtk/gtktreeview.c       |    3 +--
 gtk/gtktreeviewcolumn.c |    2 +-
 13 files changed, 14 insertions(+), 20 deletions(-)
---
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c
index dd21f4e..18f5951 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -37,7 +37,7 @@
 #include "gtkbbox.h"
 #include "gtkdialog.h"
 #include "gtkgrid.h"
-#include "gtkhbox.h"
+#include "gtkbox.h"
 #include "gtkimage.h"
 #include "gtklabel.h"
 #include "gtklinkbutton.h"
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index 6986db2..0b82c22 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -28,7 +28,7 @@
 #include "gtkcellview.h"
 #include "gtkeventbox.h"
 #include "gtkframe.h"
-#include "gtkhbox.h"
+#include "gtkbox.h"
 #include "gtkliststore.h"
 #include "gtkmain.h"
 #include "gtkmenuprivate.h"
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c
index 2e863a8..0d195d3 100644
--- a/gtk/gtkfontbutton.c
+++ b/gtk/gtkfontbutton.c
@@ -31,7 +31,7 @@
 #include "gtkfontbutton.h"
 
 #include "gtkmain.h"
-#include "gtkhbox.h"
+#include "gtkbox.h"
 #include "gtklabel.h"
 #include "gtkfontchooserdialog.h"
 #include "gtkimage.h"
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c
index 648bf8f..70d586a 100644
--- a/gtk/gtkfontchooser.c
+++ b/gtk/gtkfontchooser.c
@@ -29,15 +29,14 @@
 #include "gtkcellrenderertext.h"
 #include "gtkentry.h"
 #include "gtkframe.h"
-#include "gtkhbbox.h"
-#include "gtkhbox.h"
+#include "gtkbbox.h"
+#include "gtkbox.h"
 #include "gtklabel.h"
 #include "gtkliststore.h"
 #include "gtkstock.h"
 #include "gtktextview.h"
 #include "gtktreeselection.h"
 #include "gtktreeview.h"
-#include "gtkbox.h"
 #include "gtkscrolledwindow.h"
 #include "gtkintl.h"
 #include "gtkaccessible.h"
@@ -45,7 +44,6 @@
 #include "gtkprivate.h"
 #include "gtkalignment.h"
 #include "gtkscale.h"
-#include "gtkbox.h"
 #include "gtkspinbutton.h"
 #include "gtknotebook.h"
 #include "gtkwidget.h"
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c
index c50abda..454336b 100644
--- a/gtk/gtkmenu.c
+++ b/gtk/gtkmenu.c
@@ -106,7 +106,7 @@
 #include "gtkmenushellprivate.h"
 #include "gtktearoffmenuitem.h"
 #include "gtkwindow.h"
-#include "gtkhbox.h"
+#include "gtkbox.h"
 #include "gtkscrollbar.h"
 #include "gtksettings.h"
 #include "gtkprivate.h"
diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c
index 42eb301..2d022cc 100644
--- a/gtk/gtkmountoperation.c
+++ b/gtk/gtkmountoperation.c
@@ -32,10 +32,9 @@
 #include "gtkmountoperationprivate.h"
 #include "gtkbox.h"
 #include "gtkentry.h"
-#include "gtkhbox.h"
+#include "gtkbox.h"
 #include "gtkintl.h"
 #include "gtklabel.h"
-#include "gtkbox.h"
 #include "gtkmessagedialog.h"
 #include "gtkmountoperation.h"
 #include "gtkprivate.h"
diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c
index 8f467b2..d5d0f3b 100644
--- a/gtk/gtkpathbar.c
+++ b/gtk/gtkpathbar.c
@@ -32,7 +32,7 @@
 #include "gtkicontheme.h"
 #include "gtkiconfactory.h"
 #include "gtklabel.h"
-#include "gtkhbox.h"
+#include "gtkbox.h"
 #include "gtkmain.h"
 #include "gtkmarshalers.h"
 
diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c
index c56b73e..bd3157a 100644
--- a/gtk/gtkscalebutton.c
+++ b/gtk/gtkscalebutton.c
@@ -51,7 +51,7 @@
 #include "gtkscale.h"
 #include "gtkscalebutton.h"
 #include "gtkstock.h"
-#include "gtkvbox.h"
+#include "gtkbox.h"
 #include "gtkwindow.h"
 #include "gtktypebuiltins.h"
 #include "gtkintl.h"
diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c
index 9bbbe94..b753f39 100644
--- a/gtk/gtktoolbar.c
+++ b/gtk/gtktoolbar.c
@@ -39,7 +39,6 @@
 
 #include "gtkarrow.h"
 #include "gtkbindings.h"
-#include "gtkhbox.h"
 #include "gtkimage.h"
 #include "gtklabel.h"
 #include "gtkmainprivate.h"
@@ -52,7 +51,7 @@
 #include "gtkseparatortoolitem.h"
 #include "gtkstock.h"
 #include "gtktoolshell.h"
-#include "gtkvbox.h"
+#include "gtkbox.h"
 #include "gtkprivate.h"
 #include "gtkintl.h"
 #include "gtktypebuiltins.h"
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c
index f785729..8ee5fdf 100644
--- a/gtk/gtktoolbutton.c
+++ b/gtk/gtktoolbutton.c
@@ -23,13 +23,12 @@
 #include "config.h"
 #include "gtktoolbutton.h"
 #include "gtkbutton.h"
-#include "gtkhbox.h"
 #include "gtkiconfactory.h"
 #include "gtkimage.h"
 #include "gtkimagemenuitem.h"
 #include "gtklabel.h"
 #include "gtkstock.h"
-#include "gtkvbox.h"
+#include "gtkbox.h"
 #include "gtkintl.h"
 #include "gtktoolbar.h"
 #include "gtkactivatable.h"
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c
index 00aa6bf..f65e08d 100644
--- a/gtk/gtktooltip.c
+++ b/gtk/gtktooltip.c
@@ -31,7 +31,7 @@
 #include "gtkmain.h"
 #include "gtklabel.h"
 #include "gtkimage.h"
-#include "gtkhbox.h"
+#include "gtkbox.h"
 #include "gtksizerequest.h"
 #include "gtkwindowprivate.h"
 
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 36d1bb2..b833770 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -33,8 +33,7 @@
 #include "gtkbuildable.h"
 #include "gtkbutton.h"
 #include "gtklabel.h"
-#include "gtkhbox.h"
-#include "gtkvbox.h"
+#include "gtkbox.h"
 #include "gtkarrow.h"
 #include "gtkintl.h"
 #include "gtkbindings.h"
diff --git a/gtk/gtktreeviewcolumn.c b/gtk/gtktreeviewcolumn.c
index 11f86cd..af79da7 100644
--- a/gtk/gtktreeviewcolumn.c
+++ b/gtk/gtktreeviewcolumn.c
@@ -29,7 +29,7 @@
 #include "gtkbutton.h"
 #include "gtkalignment.h"
 #include "gtklabel.h"
-#include "gtkhbox.h"
+#include "gtkbox.h"
 #include "gtkmarshalers.h"
 #include "gtkarrow.h"
 #include "gtkcellareacontext.h"



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