diff --git a/misc/realpath.c b/misc/realpath.c index fe0dfd717..3fc610b9c 100644 --- a/misc/realpath.c +++ b/misc/realpath.c @@ -18,11 +18,7 @@ #include #endif #include -#ifdef HAVE_STRING_H #include -#else -#include -#endif #ifdef _POSIX_VERSION #include /* for PATH_MAX */ #else