diff options
author | 2007-04-27 11:42:44 +0000 | |
---|---|---|
committer | 2007-04-27 11:42:44 +0000 | |
commit | b43aa6df81c4c587ace5bd1cad3bda2ce780dccc (patch) | |
tree | 8502c1c263780993c8d3b4e6ea9d6f884cb76f68 | |
parent | Nuke WDUNIT/WDPART/etc. defines and just use standard DISKUNIT/DISKPART/etc. (diff) | |
download | wireguard-openbsd-b43aa6df81c4c587ace5bd1cad3bda2ce780dccc.tar.xz wireguard-openbsd-b43aa6df81c4c587ace5bd1cad3bda2ce780dccc.zip |
Remove unneeded #include's, as already done for disklabel. CPU_BIOS
fallout.
-rw-r--r-- | sbin/fdisk/disk.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/fdisk/disk.c b/sbin/fdisk/disk.c index f503c325400..f4c5ef49f24 100644 --- a/sbin/fdisk/disk.c +++ b/sbin/fdisk/disk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disk.c,v 1.27 2007/04/26 22:42:11 krw Exp $ */ +/* $OpenBSD: disk.c,v 1.28 2007/04/27 11:42:44 krw Exp $ */ /* * Copyright (c) 1997, 2001 Tobias Weingartner @@ -34,11 +34,8 @@ #include <sys/ioctl.h> #include <sys/types.h> #include <sys/stat.h> -#include <sys/reboot.h> #include <sys/disklabel.h> #include <sys/param.h> -#include <sys/sysctl.h> -#include <machine/cpu.h> #include "disk.h" #include "misc.h" |