diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-02-05 17:07:26 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-02-05 17:08:53 -0500 |
commit | d45f19e132d38d1f63daecc97f45efeeee16987f (patch) | |
tree | b76c5b2ba2dacee5851eba8932e1890190c0b447 | |
parent | 08f4604d02d60576c7b856035e685a4f2479bf6d (diff) | |
download | bfs-d45f19e132d38d1f63daecc97f45efeeee16987f.tar.xz |
Fix up some #includes
-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 |