diff options
Diffstat (limited to 'tests/stat.c')
-rw-r--r-- | tests/stat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/stat.c b/tests/stat.c index 574489a..adb6123 100644 --- a/tests/stat.c +++ b/tests/stat.c @@ -55,11 +55,9 @@ orig_stat (const char *filename, struct stat *buf) #include <errno.h> #include <limits.h> -#include <stdbool.h> #include <string.h> #include "filename.h" #include "malloca.h" -#include "verify.h" #ifdef WINDOWS_NATIVE # define WIN32_LEAN_AND_MEAN |