]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
From gnulib:
authorJim Meyering <jim@meyering.net>
Fri, 22 Nov 2002 13:23:52 +0000 (13:23 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 22 Nov 2002 13:23:52 +0000 (13:23 +0000)
Don't include <sys/types.h>.  It's unnecessary.

lib/strstr.c

index c41e90349ff7b96be0cbcfdf2194649f551048b3..50a90c252428e4af36d587e3ba2339515dc7c045 100644 (file)
@@ -31,7 +31,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #if defined _LIBC || defined HAVE_STRING_H
 # include <string.h>
 #endif
-#include <sys/types.h>
 
 typedef unsigned chartype;