diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-01-12 15:33:18 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-01-12 15:33:18 +0000 |
commit | eb8101068f66d6af31ba813a5d7779b86e5cbd68 (patch) | |
tree | 291dd953325a32a7bee2dc34b1e23490d51d6ae7 /usr.sbin/zic | |
parent | 12b0335ec1738922fc8abb311e5cc4bd97e66831 (diff) |
delete <locale.h>
which was left behind during gettext removal (rev. 1.5) in 2015;
no object change;
patch from Jan Stary <hans at stare dot cz>
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r-- | usr.sbin/zic/zic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index 5839641e0fb..cd2e9c1a67e 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zic.c,v 1.22 2016/03/15 19:50:47 millert Exp $ */ +/* $OpenBSD: zic.c,v 1.23 2019/01/12 15:33:17 schwarze Exp $ */ /* ** This file is in the public domain, so clarified as of ** 2006-07-17 by Arthur David Olson. @@ -11,7 +11,6 @@ #include <err.h> #include <errno.h> #include <limits.h> -#include <locale.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |