diff options
-rw-r--r-- | bftw.h | 1 | ||||
-rw-r--r-- | diag.c | 1 | ||||
-rw-r--r-- | spawn.c | 1 | ||||
-rw-r--r-- | stat.h | 1 |
4 files changed, 0 insertions, 4 deletions
@@ -24,7 +24,6 @@ #include "dir.h" #include "stat.h" #include <stddef.h> -#include <sys/types.h> /** * Possible visit occurrences. @@ -18,7 +18,6 @@ #include "ctx.h" #include "color.h" #include "util.h" -#include <assert.h> #include <errno.h> #include <stdarg.h> @@ -18,7 +18,6 @@ #include "util.h" #include <errno.h> #include <stdlib.h> -#include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> @@ -27,7 +27,6 @@ #include "util.h" #include <sys/types.h> -#include <sys/stat.h> #include <time.h> #if BFS_HAS_SYS_PARAM |