From 4b10d76a3186c237994849df929224b7654b9cfa Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 20 Nov 2014 15:22:40 +0000 Subject: remove sys/file.h includes in favor of fcntl.h where needed. ok deraadt guenther --- sbin/fsck_ext2fs/setup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/fsck_ext2fs') diff --git a/sbin/fsck_ext2fs/setup.c b/sbin/fsck_ext2fs/setup.c index 0fa3bb3d5ac..b4c2f9d9204 100644 --- a/sbin/fsck_ext2fs/setup.c +++ b/sbin/fsck_ext2fs/setup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: setup.c,v 1.23 2014/07/13 16:08:53 pelikan Exp $ */ +/* $OpenBSD: setup.c,v 1.24 2014/11/20 15:22:39 tedu Exp $ */ /* $NetBSD: setup.c,v 1.1 1997/06/11 11:22:01 bouyer Exp $ */ /* @@ -40,7 +40,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3