From faf61cd112c16c5ceebbcc2a103a0fcee9827c45 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 14 Mar 2020 23:42:38 -0400 Subject: [PATCH] event controller focus: drop include This header is not needed here, and it is going away. --- gtk/gtkeventcontrollerfocus.c | 1 - 1 file changed, 1 deletion(-) 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"