From a9cc4792617d499e1b9008630579042be8896f03 Mon Sep 17 00:00:00 2001 From: tedu Date: Mon, 9 Feb 2015 13:32:51 +0000 Subject: move include lines around a bit --- lib/libc/time/wcsftime.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/libc/time/wcsftime.c') diff --git a/lib/libc/time/wcsftime.c b/lib/libc/time/wcsftime.c index 21ccac704df..2affa52a01e 100644 --- a/lib/libc/time/wcsftime.c +++ b/lib/libc/time/wcsftime.c @@ -1,6 +1,4 @@ -/* $OpenBSD: wcsftime.c,v 1.3 2014/05/06 15:49:45 tedu Exp $ */ -#include "private.h" - +/* $OpenBSD: wcsftime.c,v 1.4 2015/02/09 13:32:51 tedu Exp $ */ /* ** Based on the UCB version with the ID appearing below. ** This is ANSIish only when "multibyte character == plain character". @@ -33,11 +31,13 @@ ** SUCH DAMAGE. */ -#include "tzfile.h" -#include "fcntl.h" +#include #include #include +#include "private.h" +#include "tzfile.h" + struct lc_time_T { const wchar_t * mon[MONSPERYEAR]; const wchar_t * month[MONSPERYEAR]; -- cgit v1.2.3-59-g8ed1b