diff options
Diffstat (limited to 'src/wordexp/wordexp.c')
-rw-r--r-- | src/wordexp/wordexp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wordexp/wordexp.c b/src/wordexp/wordexp.c index b981275a..428d0783 100644 --- a/src/wordexp/wordexp.c +++ b/src/wordexp/wordexp.c @@ -1,4 +1,3 @@ -#include "sys/types.h" #include <wordexp.h> int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags) @@ -12,4 +11,3 @@ int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags) /* POSIX(2) */ - |