diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/filesystem.c | 1 | ||||
-rw-r--r-- | src/posix/filesystem_posix.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/filesystem.c b/src/filesystem.c index 56e1fb2..95005ae 100644 --- a/src/filesystem.c +++ b/src/filesystem.c @@ -3,7 +3,6 @@ #include "zix/filesystem.h" -#include "index_range.h" #include "path_iter.h" #include "system.h" diff --git a/src/posix/filesystem_posix.c b/src/posix/filesystem_posix.c index a5ac857..beaf823 100644 --- a/src/posix/filesystem_posix.c +++ b/src/posix/filesystem_posix.c @@ -40,8 +40,6 @@ # define MAX(a, b) (((a) > (b)) ? (a) : (b)) #endif -struct stat; - static inline ZixStatus zix_posix_status(const int rc) { |