From 0c97e03af0edfa2ec18e5447a92e23a90aaacd9d Mon Sep 17 00:00:00 2001 From: dtucker Date: Mon, 5 Jul 2021 01:16:46 +0000 Subject: [PATCH] Order includes as per style(9). Portable already has these so this removes a handful of diffs between the two. --- usr.bin/ssh/dns.c | 4 ++-- usr.bin/ssh/hostfile.c | 4 ++-- usr.bin/ssh/ssh-keygen.c | 4 ++-- usr.bin/ssh/ssh-keysign.c | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/usr.bin/ssh/dns.c b/usr.bin/ssh/dns.c index 582e8297bec..7c68b36da57 100644 --- a/usr.bin/ssh/dns.c +++ b/usr.bin/ssh/dns.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dns.c,v 1.39 2020/10/18 11:32:01 djm Exp $ */ +/* $OpenBSD: dns.c,v 1.40 2021/07/05 01:16:46 dtucker Exp $ */ /* * Copyright (c) 2003 Wesley Griffin. All rights reserved. @@ -29,9 +29,9 @@ #include #include +#include #include #include -#include #include #include "xmalloc.h" diff --git a/usr.bin/ssh/hostfile.c b/usr.bin/ssh/hostfile.c index ceb7e65631c..b92788ad86c 100644 --- a/usr.bin/ssh/hostfile.c +++ b/usr.bin/ssh/hostfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hostfile.c,v 1.90 2021/04/03 06:58:30 djm Exp $ */ +/* $OpenBSD: hostfile.c,v 1.91 2021/07/05 01:16:46 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -43,10 +43,10 @@ #include #include +#include #include #include #include -#include #include #include "xmalloc.h" diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c index 202e38ce912..eedab58da74 100644 --- a/usr.bin/ssh/ssh-keygen.c +++ b/usr.bin/ssh/ssh-keygen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keygen.c,v 1.429 2021/04/03 06:18:41 djm Exp $ */ +/* $OpenBSD: ssh-keygen.c,v 1.430 2021/07/05 01:16:46 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1994 Tatu Ylonen , Espoo, Finland @@ -26,10 +26,10 @@ #include #include #include +#include #include #include #include -#include #include #include #include diff --git a/usr.bin/ssh/ssh-keysign.c b/usr.bin/ssh/ssh-keysign.c index 4fc94d4a794..df77c034737 100644 --- a/usr.bin/ssh/ssh-keysign.c +++ b/usr.bin/ssh/ssh-keysign.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keysign.c,v 1.66 2020/12/17 23:10:27 djm Exp $ */ +/* $OpenBSD: ssh-keysign.c,v 1.67 2021/07/05 01:16:46 dtucker Exp $ */ /* * Copyright (c) 2002 Markus Friedl. All rights reserved. * @@ -32,10 +32,10 @@ #include #include #include -#include +#include #include +#include #include -#include #include #include -- 2.20.1