diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-04-26 23:20:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-04-26 23:20:42 +0000 |
commit | 61f8c065ab7110308a9472c731e71698830a734d (patch) | |
tree | a950a8900f2dc6cdaff764d6b5123e1540060019 /sbin/disklabel | |
parent | 3fc1bf5f90c5862ead9339c149d7d7bc5610508b (diff) |
includes that are not needed anymore
Diffstat (limited to 'sbin/disklabel')
-rw-r--r-- | sbin/disklabel/editor.c | 7 |
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> |