diff options
Diffstat (limited to 'src/regex/glob.c')
-rw-r--r-- | src/regex/glob.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regex/glob.c b/src/regex/glob.c index 6c07e6b3..6affee04 100644 --- a/src/regex/glob.c +++ b/src/regex/glob.c @@ -7,8 +7,6 @@ #include <stdlib.h> #include <errno.h> #include <stddef.h> -#include <unistd.h> -#include <stdio.h> #include "libc.h" struct match |