diff options
author | 2013-05-30 01:10:45 +0000 | |
---|---|---|
committer | 2013-05-30 01:10:45 +0000 | |
commit | d64d9151041aeb0e98d02b6ca9f9abd10f2a3315 (patch) | |
tree | b50a94aecc03c8a57b296899381140ede83afe37 /lib/libc/string/memmem.c | |
parent | sync with pkg-config -r1.80 wrt to the output for empty files. (diff) | |
download | wireguard-openbsd-d64d9151041aeb0e98d02b6ca9f9abd10f2a3315.tar.xz wireguard-openbsd-d64d9151041aeb0e98d02b6ca9f9abd10f2a3315.zip |
Remove useless include.
ok millert@
Diffstat (limited to 'lib/libc/string/memmem.c')
-rw-r--r-- | lib/libc/string/memmem.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/string/memmem.c b/lib/libc/string/memmem.c index f94285abcfb..5793a7dfd75 100644 --- a/lib/libc/string/memmem.c +++ b/lib/libc/string/memmem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: memmem.c,v 1.2 2013/05/15 12:45:59 ajacoutot Exp $ */ +/* $OpenBSD: memmem.c,v 1.3 2013/05/30 01:10:45 ajacoutot Exp $ */ /*- * Copyright (c) 2005 Pascal Gloor <pascal.gloor@spale.com> * @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <string.h> /* |