diff options
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/util.h b/src/common/util.h index 032842d8dc..bbb17d1c56 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -18,10 +18,6 @@ #include "lib/testsupport/testsupport.h" #include <stdio.h> #include <stdlib.h> -#ifdef _WIN32 -/* for the correct alias to struct stat */ -#include <sys/stat.h> -#endif #include "lib/err/torerr.h" #include "lib/malloc/util_malloc.h" #include "lib/wallclock/approx_time.h" @@ -41,7 +37,6 @@ #include "lib/fs/path.h" #include "lib/encoding/time_fmt.h" #include "lib/encoding/cstring.h" -#include "lib/fs/winlib.h" /* Math functions */ |