diff options
author | Benjamin Otte <otte@redhat.com> | 2020-01-23 00:45:01 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2020-01-28 02:17:02 +0100 |
commit | af6128b3ab39be9b5aee0d85963ea8b5f188d341 (patch) | |
tree | 9f9aa38a60418a43a144ab5c80e2bd57279c16e0 /gtk/gtkbox.c | |
parent | 496f3c17bd85c167add1d22666063fed66744a5c (diff) | |
download | gtk+-af6128b3ab39be9b5aee0d85963ea8b5f188d341.tar.gz |
Remove gtkwidgetpath.h include where no longer needed
Diffstat (limited to 'gtk/gtkbox.c')
-rw-r--r-- | gtk/gtkbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index 800e31847f..0260a73b0e 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -66,7 +66,6 @@ #include "gtktypebuiltins.h" #include "gtksizerequest.h" #include "gtkstylecontextprivate.h" -#include "gtkwidgetpath.h" #include "gtkwidgetprivate.h" #include "a11y/gtkcontaineraccessible.h" |