diff options
author | 2012-12-05 23:19:48 +0000 | |
---|---|---|
committer | 2012-12-05 23:19:48 +0000 | |
commit | 4a39ccd02c887d988c1a5398dd2142879056da5f (patch) | |
tree | 3f6f5ebe7c6dd542474dc26d7ceda4e4d4da28e6 /lib/libc/stdio/swscanf.c | |
parent | Cross-reference getfsstat(2); OK jmc@ (diff) | |
download | wireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.tar.xz wireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.zip |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'lib/libc/stdio/swscanf.c')
-rw-r--r-- | lib/libc/stdio/swscanf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/swscanf.c b/lib/libc/stdio/swscanf.c index fc7e21b06cf..a85e9ee2ba8 100644 --- a/lib/libc/stdio/swscanf.c +++ b/lib/libc/stdio/swscanf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: swscanf.c,v 1.1 2011/10/16 13:20:51 stsp Exp $ */ +/* $OpenBSD: swscanf.c,v 1.2 2012/12/05 23:20:01 deraadt Exp $ */ /*- * Copyright (c) 2002 Tim J. Robbins @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <stdarg.h> #include <stdio.h> #include <wchar.h> |