1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

delete unused #include <string.h>

This commit is contained in:
Peter Wemm 1996-08-30 03:06:15 +00:00
parent c6105ccefd
commit a0e7cb0fad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17942

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: locate.bigram.c,v 1.4 1996/08/22 18:46:11 wosch Exp $
*/
#ifndef lint
@ -56,7 +56,6 @@ static char sccsid[] = "@(#)locate.bigram.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <sys/param.h> /* for MAXPATHLEN */
#include <string.h> /* memchr */
#include "locate.h"
u_char buf1[MAXPATHLEN] = " ";