summaryrefslogtreecommitdiffstats
path: root/sbin/disklabel/editor.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-04-26 23:20:41 +0000
committerderaadt <deraadt@openbsd.org>2007-04-26 23:20:41 +0000
commit01fdcbad2149c2fcde5c688ea457bccbc71d35e4 (patch)
treee18266a3e572b623906c51477a338e9cbcde6210 /sbin/disklabel/editor.c
parentEliminate CPU_BIOS from userland and wd(4) by always using the BIOS (diff)
downloadwireguard-openbsd-01fdcbad2149c2fcde5c688ea457bccbc71d35e4.tar.xz
wireguard-openbsd-01fdcbad2149c2fcde5c688ea457bccbc71d35e4.zip
includes that are not needed anymore
Diffstat (limited to 'sbin/disklabel/editor.c')
-rw-r--r--sbin/disklabel/editor.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c
index 357ac376c25..5aea87b2bb8 100644
--- a/sbin/disklabel/editor.c
+++ b/sbin/disklabel/editor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: editor.c,v 1.110 2007/04/26 22:42:11 krw Exp $ */
+/* $OpenBSD: editor.c,v 1.111 2007/04/26 23:20:41 deraadt Exp $ */
/*
* Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -17,7 +17,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: editor.c,v 1.110 2007/04/26 22:42:11 krw Exp $";
+static char rcsid[] = "$OpenBSD: editor.c,v 1.111 2007/04/26 23:20:41 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -26,9 +26,6 @@ static char rcsid[] = "$OpenBSD: editor.c,v 1.110 2007/04/26 22:42:11 krw Exp $"
#include <sys/ioctl.h>
#define DKTYPENAMES
#include <sys/disklabel.h>
-#include <sys/reboot.h>
-#include <sys/sysctl.h>
-#include <machine/cpu.h>
#include <ufs/ffs/fs.h>