From 208a49ce07c7078c1caf5a5b388e99210bfc23f7 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 21 Jan 2015 23:06:53 +0000 Subject: [PATCH] 3 different .h files here include ioccom.h. Do not need to include it directly --- sys/sys/ioctl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/sys/ioctl.h b/sys/sys/ioctl.h index 73514b634d5..b98f6729cac 100644 --- a/sys/sys/ioctl.h +++ b/sys/sys/ioctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ioctl.h,v 1.15 2013/12/13 22:54:08 naddy Exp $ */ +/* $OpenBSD: ioctl.h,v 1.16 2015/01/21 23:06:53 deraadt Exp $ */ /* $NetBSD: ioctl.h,v 1.20 1996/01/30 18:21:47 thorpej Exp $ */ /*- @@ -41,7 +41,6 @@ #define _SYS_IOCTL_H_ #include -#include #include #include -- 2.20.1