summaryrefslogtreecommitdiff
path: root/sbin/newfs_ext2fs
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-29 00:32:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-29 00:32:51 +0000
commit46e86362da1575aed6f39bff3edeebd5c360771d (patch)
treeefcb4e3e58b1c7798bbd587474fc13565c441f73 /sbin/newfs_ext2fs
parent14471dd5af148f3455eeba4a71eb2f0320ef72af (diff)
do not need sys/disk.h
Diffstat (limited to 'sbin/newfs_ext2fs')
-rw-r--r--sbin/newfs_ext2fs/newfs_ext2fs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/newfs_ext2fs/newfs_ext2fs.c b/sbin/newfs_ext2fs/newfs_ext2fs.c
index 55e2eb5945e..2d512a40d7a 100644
--- a/sbin/newfs_ext2fs/newfs_ext2fs.c
+++ b/sbin/newfs_ext2fs/newfs_ext2fs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: newfs_ext2fs.c,v 1.12 2014/05/21 06:23:01 guenther Exp $ */
+/* $OpenBSD: newfs_ext2fs.c,v 1.13 2014/06/29 00:32:50 deraadt Exp $ */
/* $NetBSD: newfs_ext2fs.c,v 1.8 2009/03/02 10:38:13 tsutsui Exp $ */
/*
@@ -37,7 +37,6 @@
#include <sys/ioctl.h>
#include <sys/dkio.h>
#include <sys/disklabel.h>
-#include <sys/disk.h>
#include <sys/file.h>
#include <sys/mount.h>