aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-21 08:20:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-21 08:20:42 +0000
commit0330f102a01419425222549e73eb624f3ae08835 (patch)
treea1905ccae59afbcc34cdc073a82694b27f134821
parentc9254c85406e6d164ce30f8fd6fde456919ac242 (diff)
downloadsrc-0330f102a01419425222549e73eb624f3ae08835.tar.gz
src-0330f102a01419425222549e73eb624f3ae08835.zip
sort headers
Notes
Notes: svn path=/head/; revision=283195
-rw-r--r--usr.bin/soelim/soelim.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c
index de6911f3c83c..aa32baefc04e 100644
--- a/usr.bin/soelim/soelim.c
+++ b/usr.bin/soelim/soelim.c
@@ -29,15 +29,15 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
+#include <ctype.h>
+#include <err.h>
+#include <stdbool.h>
#define _WITH_GETLINE
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
-#include <stdbool.h>
#include <string.h>
#include <stringlist.h>
-#include <err.h>
-#include <ctype.h>
+#include <unistd.h>
#define C_OPTION 0x1