Remove unneeded includes
This commit is contained in:
parent
21056826ec
commit
85066e4acf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue