summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckbutton.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcheckbutton.c')
-rw-r--r--gtk/gtkcheckbutton.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c
index e7656534aa..9caa978004 100644
--- a/gtk/gtkcheckbutton.c
+++ b/gtk/gtkcheckbutton.c
@@ -29,7 +29,6 @@
#include "gtklabel.h"
#include "gtkprivate.h"
#include "gtkintl.h"
-#include "gtkalias.h"
#define INDICATOR_SIZE 13
@@ -424,6 +423,3 @@ gtk_real_check_button_draw_indicator (GtkCheckButton *check_button,
x, y, indicator_size, indicator_size);
}
}
-
-#define __GTK_CHECK_BUTTON_C__
-#include "gtkaliasdef.c"