summaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 11:07:16 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 12:21:52 -0400
commit71e56c70e9dd6aa47ad8c8fb7568a7c27144d95e (patch)
treef1bb5344e65bd54e52e9998dfac2adf5942eb87c /src/common/util.h
parent31897a256c129c12c5a406e630d0d4aaeb7728fd (diff)
downloadtor-71e56c70e9dd6aa47ad8c8fb7568a7c27144d95e.tar.gz
tor-71e56c70e9dd6aa47ad8c8fb7568a7c27144d95e.zip
Remove windows libraries from util.h and compat.h
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h5
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 */