summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-01-26 23:58:37 +0100
committerJim Meyering <jim@meyering.net>2007-01-26 23:58:37 +0100
commit2b0483aa03d75bd47d096d7f9449cab4c8e5722f (patch)
tree84b621b270c0eff7f79945d62ac834123f7f683f /src/system.h
parent9140950afb79c94be0d466bf3dae1db7de927a39 (diff)
downloadcoreutils-2b0483aa03d75bd47d096d7f9449cab4c8e5722f.tar.xz
Adjust to today's change to gnulib, which added a module for
string.h to replace the little include files like strcase.h. * src/dircolors.c: Don't include strcase.h. * src/system.h: Don't include mempcpy.h, memrchr.h, stpcpy.h, strpbrk.h.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.h b/src/system.h
index 2a9091390..383388bab 100644
--- a/src/system.h
+++ b/src/system.h
@@ -97,10 +97,6 @@ you must include <sys/types.h> before including this file
memcpy otherwise. */
#include <string.h>
-#include "mempcpy.h"
-#include "memrchr.h"
-#include "stpcpy.h"
-#include "strpbrk.h"
#include <errno.h>