From edd2e3d35483ccafe003099092e1fb7033206f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=95=E3=82=A3=E3=83=AB=E3=82=BF=E3=83=BC=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=83=91=E3=83=BC?= <76888457+filterpaper@users.noreply.github.com> Date: Thu, 12 Feb 2026 23:58:59 +0800 Subject: [PATCH] Remove duplicate include of host.h (#26007) --- quantum/keyboard.c | 1 - 1 file changed, 1 deletion(-) diff --git a/quantum/keyboard.c b/quantum/keyboard.c index e0c93731656..debd3caf5c0 100644 --- a/quantum/keyboard.c +++ b/quantum/keyboard.c @@ -29,7 +29,6 @@ along with this program. If not, see . #include "debug.h" #include "command.h" #include "util.h" -#include "host.h" #include "sendchar.h" #include "eeconfig.h" #include "action_layer.h"