summaryrefslogtreecommitdiff
path: root/gtk/gtkhseparator.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkhseparator.c')
-rw-r--r--gtk/gtkhseparator.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkhseparator.c b/gtk/gtkhseparator.c
index 91d437a1ac..edbc0c96a3 100644
--- a/gtk/gtkhseparator.c
+++ b/gtk/gtkhseparator.c
@@ -28,7 +28,7 @@
#include "gtkhseparator.h"
#include "gtkorientable.h"
-#include "gtkalias.h"
+
G_DEFINE_TYPE (GtkHSeparator, gtk_hseparator, GTK_TYPE_SEPARATOR)
@@ -49,6 +49,3 @@ gtk_hseparator_new (void)
{
return g_object_new (GTK_TYPE_HSEPARATOR, NULL);
}
-
-#define __GTK_HSEPARATOR_C__
-#include "gtkaliasdef.c"