From b1a65ed0c12f30efc9083483c886e5e3d126515e Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 13 Dec 2010 19:50:12 +0000 Subject: Move locale.h include to the beginning header section as pointed out by style(9) Submitted by: Pedro F. Giffuni --- usr.bin/printf/printf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index dc6fe51..19b1ddd 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -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 #include #include +#include #include #include #include @@ -65,8 +66,6 @@ static const char rcsid[] = #define warnx3(a, b, c) warnx(a, b, c) #endif -#include - #define PF(f, func) do { \ char *b = NULL; \ if (havewidth) \ -- cgit v1.1