From a70def84ff0bba23dd91e53f93a21dd0f19dc078 Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 28 Dec 2017 17:50:57 +0000 Subject: [PATCH] Remove duplicate includes from sxitwi(4) From Artturi Alm --- sys/dev/fdt/sxitwi.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/dev/fdt/sxitwi.c b/sys/dev/fdt/sxitwi.c index 099f394823f..d102a1d4987 100644 --- a/sys/dev/fdt/sxitwi.c +++ b/sys/dev/fdt/sxitwi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sxitwi.c,v 1.3 2017/11/13 21:24:27 kettenis Exp $ */ +/* $OpenBSD: sxitwi.c,v 1.4 2017/12/28 17:50:57 tom Exp $ */ /* $NetBSD: gttwsi_core.c,v 1.2 2014/11/23 13:37:27 jmcneill Exp $ */ /* * Copyright (c) 2008 Eiji Kawauchi. @@ -71,10 +71,6 @@ #include #include -#include -#include -#include - #define _I2C_PRIVATE #include -- 2.20.1