summaryrefslogtreecommitdiff
path: root/pjlib/include
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-09-27 12:50:12 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-09-27 12:50:12 +0000
commit69c33be41a35252c9d9b3782b78ef7e65ad8a3b8 (patch)
tree2767a1a0da94abea87dea7b67d92d0e9e7b515f3 /pjlib/include
parente6205bd8b866cc5749166958e5affd099c72c8ec (diff)
Fixed previous accidental check in r2329.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2330 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include')
-rw-r--r--pjlib/include/pj/compat/socket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pjlib/include/pj/compat/socket.h b/pjlib/include/pj/compat/socket.h
index d93c5a36..f173e8f8 100644
--- a/pjlib/include/pj/compat/socket.h
+++ b/pjlib/include/pj/compat/socket.h
@@ -26,7 +26,6 @@
#if defined(PJ_HAS_WINSOCK2_H) && PJ_HAS_WINSOCK2_H != 0
# include <winsock2.h>
-# include <ws2tcpip.h>
#endif
#if defined(PJ_HAS_WINSOCK_H) && PJ_HAS_WINSOCK_H != 0