Move locale.h include to the beginning header section as pointed out by

style(9)

Submitted by:	Pedro F. Giffuni <giffunip tutopia.com>
This commit is contained in:
delphij 2010-12-13 19:50:12 +00:00
parent 62c21ef295
commit b1a65ed0c1

View File

@ -1,4 +1,4 @@
/*
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
@ -49,6 +49,7 @@ static const char rcsid[] =
#include <errno.h>
#include <inttypes.h>
#include <limits.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -65,8 +66,6 @@ static const char rcsid[] =
#define warnx3(a, b, c) warnx(a, b, c)
#endif
#include <locale.h>
#define PF(f, func) do { \
char *b = NULL; \
if (havewidth) \