diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-02 03:02:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-02 03:02:17 +0000 |
commit | ad4dc7448257c229860206b078e02778bcb1b408 (patch) | |
tree | 823243e7bc13876a466176db862028402dd4526b /src/common/fakepoll.c | |
parent | 85c79ffbc7b965355c3b51cc81000d517089e74e (diff) | |
download | tor-ad4dc7448257c229860206b078e02778bcb1b408.tar.gz tor-ad4dc7448257c229860206b078e02778bcb1b408.zip |
Use a stricter set of warnings; make them all pass.
svn:r2645
Diffstat (limited to 'src/common/fakepoll.c')
-rw-r--r-- | src/common/fakepoll.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index 52359fb27c..0f39d81eeb 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -26,12 +26,6 @@ #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif -#if _MSC_VER > 1300 -#include <winsock2.h> -#include <ws2tcpip.h> -#elif defined(_MSC_VER) -#include <winsock.h> -#endif #include <assert.h> #include <stdlib.h> |