diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-05-03 19:32:13 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-04 22:53:08 -0400 |
commit | 3c165b3b77485f998f138d0212ab6569291ddeb6 (patch) | |
tree | b86dee88ada26b9f1466de786b90f407764fe58b /gtk/gtkexpander.h | |
parent | cac514f6476beb2193aaf591e4f06946d88705ee (diff) | |
download | gtk+-3c165b3b77485f998f138d0212ab6569291ddeb6.tar.gz |
Drop GtkBin
It is no longer used anywhere.
Diffstat (limited to 'gtk/gtkexpander.h')
-rw-r--r-- | gtk/gtkexpander.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkexpander.h b/gtk/gtkexpander.h index 0970ed74e7..e1e7afef3f 100644 --- a/gtk/gtkexpander.h +++ b/gtk/gtkexpander.h @@ -26,7 +26,7 @@ #error "Only <gtk/gtk.h> can be included directly." #endif -#include <gtk/gtkbin.h> +#include <gtk/gtkwidget.h> G_BEGIN_DECLS |