diff options
Diffstat (limited to 'lib/libc/locale/wctob.c')
-rw-r--r-- | lib/libc/locale/wctob.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/locale/wctob.c b/lib/libc/locale/wctob.c index cc5a07c1484..ea1f40c58aa 100644 --- a/lib/libc/locale/wctob.c +++ b/lib/libc/locale/wctob.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wctob.c,v 1.1 2010/07/27 16:59:04 stsp Exp $ */ +/* $OpenBSD: wctob.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */ /*- * Copyright (c) 2002-2004 Tim J. Robbins. * All rights reserved. @@ -25,8 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include <limits.h> #include <stdio.h> #include <string.h> |