Sort #include directives and remove one duplicate that crept in to the

previous commit.
This commit is contained in:
Tim J. Robbins 2004-07-29 07:28:26 +00:00
parent c3fae7442e
commit 919480b7be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132825

View File

@ -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>