From 8c495fa1f9081972486f8f2037d47a5fc4d25511 Mon Sep 17 00:00:00 2001 From: stsp <> Date: Wed, 5 Feb 2014 20:42:32 +0000 Subject: [PATCH] Remove unnecessary stdio.h include. Patch by Jean-Philippe Ouellet ; ok krw@ --- src/lib/libc/string/strsep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libc/string/strsep.c b/src/lib/libc/string/strsep.c index bcca681e..2ffc4b4c 100644 --- a/src/lib/libc/string/strsep.c +++ b/src/lib/libc/string/strsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ +/* $OpenBSD: strsep.c,v 1.7 2014/02/05 20:42:32 stsp Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -30,7 +30,6 @@ */ #include -#include /* * Get next token from string *stringp, where tokens are possibly-empty