From ba3a23106fe11c40d05b928e02445742eab02e89 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 13 Feb 2004 22:48:15 +0000 Subject: No need to include twice. --- sys/arch/arm/include/disklabel.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/arch/arm') diff --git a/sys/arch/arm/include/disklabel.h b/sys/arch/arm/include/disklabel.h index 28db2c8195b..f294c2643f1 100644 --- a/sys/arch/arm/include/disklabel.h +++ b/sys/arch/arm/include/disklabel.h @@ -1,5 +1,5 @@ -/* $OpenBSD: disklabel.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */ -/* $OpenBSD: disklabel.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */ +/* $OpenBSD: disklabel.h,v 1.2 2004/02/13 22:48:14 miod Exp $ */ +/* $OpenBSD: disklabel.h,v 1.2 2004/02/13 22:48:14 miod Exp $ */ /* $NetBSD: disklabel.h,v 1.2 2001/11/25 19:02:03 thorpej Exp $ */ /* @@ -100,8 +100,6 @@ struct dos_partition { #define DOSPTYP_OPENBSD 0xa6 /* OpenBSD partition type */ #define DOSPTYP_NETBSD 0xa9 /* NetBSD partition type */ -#include - /* Isolate the relevant bits to get sector and cylinder. */ #define DPSECT(s) ((s) & 0x3f) #define DPCYL(c, s) ((c) + (((s) & 0xc0) << 2)) -- cgit v1.2.3