diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index 7f9a1f0345..e77edc4907 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.c @@ -52,7 +52,6 @@ #include "gtkhscale.h" #include "gtkentry.h" #include "gtkbutton.h" -#include "gtkhseparator.h" #include "gtkinvisible.h" #include "gtkmenuitem.h" #include "gtkmain.h" diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index dbe7679e6a..b123de8764 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -38,7 +38,7 @@ #include "gtktearoffmenuitem.h" #include "gtktogglebutton.h" #include "gtktreeselection.h" -#include "gtkvseparator.h" +#include "gtkseparator.h" #include "gtkwindow.h" #include "gtktypebuiltins.h" #include "gtkprivate.h" diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 81b720d5b4..346b7783ea 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -44,7 +44,6 @@ #include "gtkliststore.h" #include "gtkstock.h" #include "gtktreemodelfilter.h" -#include "gtkvseparator.h" #include "gtkfilechooserdialog.h" #include "gtkfilechooserprivate.h" #include "gtkfilechooserutils.h" diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c index 0cd08f4521..8918248ffe 100644 --- a/gtk/gtkfontbutton.c +++ b/gtk/gtkfontbutton.c @@ -34,7 +34,6 @@ #include "gtkalignment.h" #include "gtkhbox.h" #include "gtklabel.h" -#include "gtkvseparator.h" #include "gtkfontsel.h" #include "gtkimage.h" #include "gtkmarshalers.h" diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index d153c119bf..292b1e1b4b 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -31,6 +31,7 @@ #include "gtkbindings.h" #include "gtkmarshalers.h" #include "gtkscrollable.h" +#include "gtkscrollbar.h" #include "gtkscrolledwindow.h" #include "gtkwindow.h" #include "gtkprivate.h" diff --git a/gtk/gtkscrolledwindow.h b/gtk/gtkscrolledwindow.h index 8266f65d51..9d86805ae4 100644 --- a/gtk/gtkscrolledwindow.h +++ b/gtk/gtkscrolledwindow.h @@ -32,8 +32,6 @@ #define __GTK_SCROLLED_WINDOW_H__ -#include -#include #include