From d36899d10f5d4eb96c888ad6317e69b430c1b200 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Mon, 19 Sep 2016 20:43:03 +0000 Subject: [PATCH] Move sys/capsicum.h includes after types.h or param.h This is not actually documented or even implied in style(9). Make the change to match convention. Someone should document this convention in style(9). Reported by: jhb Sponsored by: EMC Dell Isilon --- usr.bin/cmp/cmp.c | 2 +- usr.bin/indent/indent.c | 2 +- usr.bin/tr/tr.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 44f2fa3f3d1e..b1e0c4cc9106 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -42,8 +42,8 @@ static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94"; #include __FBSDID("$FreeBSD$"); -#include #include +#include #include #include diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 5247a4768082..03e649facfb6 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -50,8 +50,8 @@ static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #include __FBSDID("$FreeBSD$"); -#include #include +#include #include #include #include diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index c3bac6e9f608..b22ae7d3e248 100644 --- a/usr.bin/tr/tr.c +++ b/usr.bin/tr/tr.c @@ -41,8 +41,8 @@ static const char copyright[] = static const char sccsid[] = "@(#)tr.c 8.2 (Berkeley) 5/4/95"; #endif -#include #include +#include #include #include