diff options
Diffstat (limited to 'lib/libc/stdio/vwscanf.c')
-rw-r--r-- | lib/libc/stdio/vwscanf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/vwscanf.c b/lib/libc/stdio/vwscanf.c index c05c5d90587..7039f02d7fe 100644 --- a/lib/libc/stdio/vwscanf.c +++ b/lib/libc/stdio/vwscanf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vwscanf.c,v 1.1 2011/10/16 13:20:51 stsp Exp $ */ +/* $OpenBSD: vwscanf.c,v 1.2 2012/12/05 23:20:01 deraadt Exp $ */ /*- * Copyright (c) 2002 Tim J. Robbins @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include <stdarg.h> #include <stdio.h> #include <wchar.h> |