summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-29 07:28:26 +0000
committertjr <tjr@FreeBSD.org>2004-07-29 07:28:26 +0000
commit8422900c71618fb76264e23e6d05f892e50e5923 (patch)
tree4d064eab52787ea8e4ea4d8040e44de10e3b7b52 /usr.bin
parent5859fdea7fc26650350a35f702f85ac9c5890a36 (diff)
downloadFreeBSD-src-8422900c71618fb76264e23e6d05f892e50e5923.zip
FreeBSD-src-8422900c71618fb76264e23e6d05f892e50e5923.tar.gz
Sort #include directives and remove one duplicate that crept in to the
previous commit.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/col/col.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c
index 9596c62..7dcebff 100644
--- a/usr.bin/col/col.c
+++ b/usr.bin/col/col.c
@@ -51,11 +51,10 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <locale.h>
-#include <string.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
-#include <locale.h>
#include <wchar.h>
#include <wctype.h>
OpenPOWER on IntegriCloud