diff options
author | Benjamin Otte <otte@redhat.com> | 2018-02-09 00:42:38 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-02-09 00:42:38 +0100 |
commit | 3bb95a09bb7453d9550400feab3324afe9b98a96 (patch) | |
tree | fb6271e58607cf9271bd0c7c83cb4b672b2084d5 /gtk/gtkheaderbarprivate.h | |
parent | 9c7874214e05132b7e1bb97a28ad0b2df02b5cfe (diff) | |
download | gtk+-3bb95a09bb7453d9550400feab3324afe9b98a96.tar.gz |
a11y: Remove gtk.h include from container accessible
Diffstat (limited to 'gtk/gtkheaderbarprivate.h')
-rw-r--r-- | gtk/gtkheaderbarprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkheaderbarprivate.h b/gtk/gtkheaderbarprivate.h index e11506d344..5ace00e37b 100644 --- a/gtk/gtkheaderbarprivate.h +++ b/gtk/gtkheaderbarprivate.h @@ -20,6 +20,8 @@ #ifndef __GTK_HEADER_BAR_PRIVATE_H__ #define __GTK_HEADER_BAR_PRIVATE_H__ +#include "gtkheaderbar.h" + G_BEGIN_DECLS gboolean _gtk_header_bar_shows_app_menu (GtkHeaderBar *bar); |