diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-05-30 01:10:46 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-05-30 01:10:46 +0000 |
commit | 58df122e5a509bb409cf37864c85cab1ef3237c3 (patch) | |
tree | 87972a5680b76fb08ed2c7cb5ed7eb41b40ed01b /lib | |
parent | d7b8039ec0c17a6828e70be899b167daf4005f4b (diff) |
Remove useless include.
ok millert@
Diffstat (limited to 'lib')
-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> /* |