From c93b565cc617732a7d0c6e7102fa4b84c379f4de Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Fri, 1 May 2015 21:08:36 +0900 Subject: [PATCH] sbin/hammer: Conform to style(9) - Kernel include files (i.e. sys/*.h) come first; normally, include OR , but not both. - Remove #include --- sbin/hammer/cmd_config.c | 3 +-- sbin/hammer/cmd_snapshot.c | 3 +-- usr.bin/undo/undo.c | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/sbin/hammer/cmd_config.c b/sbin/hammer/cmd_config.c index fe5c87c803..64fce76adf 100644 --- a/sbin/hammer/cmd_config.c +++ b/sbin/hammer/cmd_config.c @@ -33,9 +33,8 @@ */ #include "hammer.h" -#include -#include #include +#include #include #include #include diff --git a/sbin/hammer/cmd_snapshot.c b/sbin/hammer/cmd_snapshot.c index 20aac007f0..9d81fa928f 100644 --- a/sbin/hammer/cmd_snapshot.c +++ b/sbin/hammer/cmd_snapshot.c @@ -35,9 +35,8 @@ */ #include "hammer.h" -#include -#include #include +#include #include #include #include diff --git a/usr.bin/undo/undo.c b/usr.bin/undo/undo.c index 5a58adc636..6debcf7b1d 100644 --- a/usr.bin/undo/undo.c +++ b/usr.bin/undo/undo.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include -- 2.41.0