Browse Source

Remove unnecessary stdio.h include.

Patch by Jean-Philippe Ouellet ; ok krw@
OPENBSD_5_5
stsp 10 years ago
parent
commit
8c495fa1f9
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/lib/libc/string/strsep.c

+ 1
- 2
src/lib/libc/string/strsep.c View File

@ -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 <string.h>
#include <stdio.h>
/*
* Get next token from string *stringp, where tokens are possibly-empty


Loading…
Cancel
Save