diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-03-14 23:42:38 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-03-25 18:47:54 -0400 |
commit | faf61cd112c16c5ceebbcc2a103a0fcee9827c45 (patch) | |
tree | 40a89689ec5dfb37fe187132e089da4866aaa980 /gtk/gtkeventcontrollerfocus.c | |
parent | 1308ecb0aee7880d6d1a1d9a979c1331eceec6c2 (diff) | |
download | gtk+-faf61cd112c16c5ceebbcc2a103a0fcee9827c45.tar.gz |
event controller focus: drop include
This header is not needed here, and it is going away.
Diffstat (limited to 'gtk/gtkeventcontrollerfocus.c')
-rw-r--r-- | gtk/gtkeventcontrollerfocus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkeventcontrollerfocus.c b/gtk/gtkeventcontrollerfocus.c index a8a6aaa296..500a09b99a 100644 --- a/gtk/gtkeventcontrollerfocus.c +++ b/gtk/gtkeventcontrollerfocus.c @@ -35,7 +35,6 @@ #include "gtkwidgetprivate.h" #include "gtkeventcontrollerprivate.h" #include "gtkeventcontrollerfocus.h" -#include "gtkbindings.h" #include "gtkenums.h" #include "gtkmain.h" #include "gtktypebuiltins.h" |