summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/swprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/swprintf.c')
-rw-r--r--lib/libc/stdio/swprintf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/swprintf.c b/lib/libc/stdio/swprintf.c
index 4b7baf732ff..8928aeabb86 100644
--- a/lib/libc/stdio/swprintf.c
+++ b/lib/libc/stdio/swprintf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: swprintf.c,v 1.4 2011/07/29 09:19:22 sthen Exp $ */
+/* $OpenBSD: swprintf.c,v 1.5 2012/12/05 23:20:01 deraadt Exp $ */
/* $NetBSD: swprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */
/*-
@@ -27,8 +27,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
#include <stdarg.h>
#include <stdio.h>
#include <wchar.h>