summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-05-30 01:10:46 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-05-30 01:10:46 +0000
commit58df122e5a509bb409cf37864c85cab1ef3237c3 (patch)
tree87972a5680b76fb08ed2c7cb5ed7eb41b40ed01b /lib
parentd7b8039ec0c17a6828e70be899b167daf4005f4b (diff)
Remove useless include.
ok millert@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/memmem.c3
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>
/*