From ab3c63cc3a8cb4c7ee1a629827aad979d8f3870a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Jun 2011 21:23:07 -0400 Subject: [PATCH] More include cleanups --- gtk/gtkcolorsel.c | 2 -- gtk/gtkcolorseldialog.c | 1 - gtk/gtkdialog.c | 2 +- gtk/gtkfontsel.c | 2 -- gtk/gtkpagesetupunixdialog.c | 4 ---- 5 files changed, 1 insertion(+), 10 deletions(-) diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index 3eb8bda811..4ddf8426c5 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.c @@ -39,8 +39,6 @@ #include "gtkselection.h" #include "gtkdnd.h" #include "gtkdrawingarea.h" -#include "gtkhbox.h" -#include "gtkhbbox.h" #include "gtkrc.h" #include "gtkframe.h" #include "gtktable.h" diff --git a/gtk/gtkcolorseldialog.c b/gtk/gtkcolorseldialog.c index 4d0f678b32..2d31111081 100644 --- a/gtk/gtkcolorseldialog.c +++ b/gtk/gtkcolorseldialog.c @@ -28,7 +28,6 @@ #include #include "gtkcolorseldialog.h" #include "gtkframe.h" -#include "gtkhbbox.h" #include "gtkbutton.h" #include "gtkstock.h" #include "gtkintl.h" diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 17f9fcc09f..6aae900303 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -31,7 +31,7 @@ #include "gtkbutton.h" #include "gtkdialog.h" -#include "gtkhbbox.h" +#include "gtkbbox.h" #include "gtklabel.h" #include "gtkmarshalers.h" #include "gtkvbox.h" diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index 1f3c6e2fcb..7885899752 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -42,8 +42,6 @@ #include "gtkcellrenderertext.h" #include "gtkentry.h" #include "gtkframe.h" -#include "gtkhbbox.h" -#include "gtkhbox.h" #include "gtklabel.h" #include "gtkliststore.h" #include "gtkrc.h" diff --git a/gtk/gtkpagesetupunixdialog.c b/gtk/gtkpagesetupunixdialog.c index 0b26190b61..3794122606 100644 --- a/gtk/gtkpagesetupunixdialog.c +++ b/gtk/gtkpagesetupunixdialog.c @@ -33,8 +33,6 @@ #include "gtktreemodel.h" #include "gtkbutton.h" #include "gtkscrolledwindow.h" -#include "gtkvbox.h" -#include "gtkhbox.h" #include "gtkframe.h" #include "gtkeventbox.h" #include "gtkcombobox.h" @@ -45,8 +43,6 @@ #include "gtkcelllayout.h" #include "gtkcellrenderertext.h" #include "gtkspinbutton.h" -#include "gtkbbox.h" -#include "gtkhbbox.h" #include "gtkpagesetupunixdialog.h" #include "gtkcustompaperunixdialog.h"