diff options
Diffstat (limited to 'string')
-rw-r--r-- | string/strcoll_l.c | 1 | ||||
-rw-r--r-- | string/strcspn.c | 2 | ||||
-rw-r--r-- | string/strspn.c | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/string/strcoll_l.c b/string/strcoll_l.c index 7e8fbf3895..8fd55b000a 100644 --- a/string/strcoll_l.c +++ b/string/strcoll_l.c @@ -24,7 +24,6 @@ #include <stdint.h> #include <string.h> #include <sys/param.h> -#include <libc-internal.h> #ifndef STRING_TYPE # define STRING_TYPE char diff --git a/string/strcspn.c b/string/strcspn.c index 06299e2098..1035552a8e 100644 --- a/string/strcspn.c +++ b/string/strcspn.c @@ -17,7 +17,7 @@ #include <string.h> #include <stdint.h> -#include <libc-internal.h> +#include <libc-pointer-arith.h> #undef strcspn diff --git a/string/strspn.c b/string/strspn.c index a7fec70c65..c63197cdf0 100644 --- a/string/strspn.c +++ b/string/strspn.c @@ -17,7 +17,7 @@ #include <string.h> #include <stdint.h> -#include <libc-internal.h> +#include <libc-pointer-arith.h> #undef strspn #ifndef STRSPN |