Remove unneeded includes

This commit is contained in:
Brian Behlendorf 2008-12-10 14:39:52 -08:00
parent 21056826ec
commit 85066e4acf
3 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#include <string.h>
#include <sys/types.h>
/*
* Appends src to the dstsize buffer at dst. The append will never

View File

@ -27,7 +27,6 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#include <string.h>
#include <sys/types.h>
/*
* Copies src to the dstsize buffer at dst. The copy will never

View File

@ -27,7 +27,6 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#include <string.h>
#include <sys/types.h>
/*
* Returns the number of non-NULL bytes in string argument,