From b90e33a4356742b698e928a310d1a2f71a9c9cc4 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Fri, 30 Jun 2017 03:01:22 +0000 Subject: [PATCH] hyperv/input: Remove unnecessary inclusion. The unbreaks gcc compilation. Submitted by: Ryan Libby MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D11415 --- sys/dev/hyperv/input/hv_kbdc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/hyperv/input/hv_kbdc.c b/sys/dev/hyperv/input/hv_kbdc.c index c9b0a59e03dc..7065ff3057a7 100644 --- a/sys/dev/hyperv/input/hv_kbdc.c +++ b/sys/dev/hyperv/input/hv_kbdc.c @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include