diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 11:07:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | 71e56c70e9dd6aa47ad8c8fb7568a7c27144d95e (patch) | |
tree | f1bb5344e65bd54e52e9998dfac2adf5942eb87c /src/common/compat.h | |
parent | 31897a256c129c12c5a406e630d0d4aaeb7728fd (diff) | |
download | tor-71e56c70e9dd6aa47ad8c8fb7568a7c27144d95e.tar.gz tor-71e56c70e9dd6aa47ad8c8fb7568a7c27144d95e.zip |
Remove windows libraries from util.h and compat.h
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 48e6d916a3..f2a6757482 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -7,10 +7,6 @@ #define TOR_COMPAT_H #include "orconfig.h" -#ifdef _WIN32 -#include <winsock2.h> -#include <ws2tcpip.h> -#endif #include "lib/cc/torint.h" #include "lib/testsupport/testsupport.h" #ifdef HAVE_SYS_PARAM_H @@ -48,7 +44,6 @@ #include "lib/string/compat_ctype.h" #include "lib/string/compat_string.h" #include "lib/string/printf.h" -#include "lib/log/win32err.h" #include "lib/net/socket.h" #include "lib/net/ipv4.h" #include "lib/net/ipv6.h" |