summaryrefslogtreecommitdiff
path: root/sys/arch/landisk
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-04-13 02:19:06 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-04-13 02:19:06 +0000
commitae5e192b1df3a386f70eb4cac13bcccd3ac36505 (patch)
tree64805bac947d972bc28d72717bebfdc0e3d29040 /sys/arch/landisk
parentf0b4fa969a9b353b5efb7d2344c420e2303c0494 (diff)
remove duplicate includes
ok deraadt@ miod@ krw@
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r--sys/arch/landisk/stand/boot/getsecs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/landisk/stand/boot/getsecs.c b/sys/arch/landisk/stand/boot/getsecs.c
index f7ad4b665ee..1cfe2d82b8d 100644
--- a/sys/arch/landisk/stand/boot/getsecs.c
+++ b/sys/arch/landisk/stand/boot/getsecs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getsecs.c,v 1.7 2022/09/02 10:15:35 miod Exp $ */
+/* $OpenBSD: getsecs.c,v 1.8 2023/04/13 02:19:04 jsg Exp $ */
/* $NetBSD: getsecs.c,v 1.4 2022/08/24 14:22:35 nonaka Exp $ */
/*-
@@ -28,7 +28,6 @@
*/
#include <sys/param.h>
-#include <sys/param.h>
#include <libsa.h>