From 3bdc51164ae3da15747b2561b3f8a07553e8e100 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Jun 2011 21:12:00 -0400 Subject: [PATCH] More include cleanups --- gtk/gtkcolorsel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index e77edc4907..3eb8bda811 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.c @@ -49,7 +49,7 @@ #include "gtkimage.h" #include "gtkspinbutton.h" #include "gtkrange.h" -#include "gtkhscale.h" +#include "gtkscale.h" #include "gtkentry.h" #include "gtkbutton.h" #include "gtkinvisible.h" @@ -59,6 +59,7 @@ #include "gtkstock.h" #include "gtkaccessible.h" #include "gtksizerequest.h" +#include "gtkseparator.h" #include "gtkprivate.h" #include "gtkintl.h"