diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-29 07:28:26 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-29 07:28:26 +0000 |
commit | 8422900c71618fb76264e23e6d05f892e50e5923 (patch) | |
tree | 4d064eab52787ea8e4ea4d8040e44de10e3b7b52 /usr.bin/col/col.c | |
parent | 5859fdea7fc26650350a35f702f85ac9c5890a36 (diff) | |
download | FreeBSD-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/col/col.c')
-rw-r--r-- | usr.bin/col/col.c | 3 |
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> |