diff options
Diffstat (limited to 'gtk/gtkcellview.c')
-rw-r--r-- | gtk/gtkcellview.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c index a2692114f4..50003dd387 100644 --- a/gtk/gtkcellview.c +++ b/gtk/gtkcellview.c @@ -27,7 +27,7 @@ #include "gtkprivate.h" #include <gobject/gmarshal.h> #include "gtkbuildable.h" -#include "gtkalias.h" + typedef struct _GtkCellViewCellInfo GtkCellViewCellInfo; struct _GtkCellViewCellInfo @@ -1095,7 +1095,3 @@ gtk_cell_view_buildable_custom_tag_end (GtkBuildable *buildable, parent_buildable_iface->custom_tag_end (buildable, builder, child, tagname, data); } - - -#define __GTK_CELL_VIEW_C__ -#include "gtkaliasdef.c" |