From 04fc4656c928d58cdbbc60c605c5036564919ff4 Mon Sep 17 00:00:00 2001 From: tma Date: Tue, 28 Aug 2007 16:42:13 +0000 Subject: * Merge win_net.c and unix_net.c + Move win32/win_net.c to qcommon/net_ip.c and make it portable + Remove unix_net.c, but incorporate its revision history into win_net.c + Remove all IPX support -- this remains compatible with existing mods + This change also inadvertently gets us SOCKS support on non-Windows platforms git-svn-id: svn://svn.icculus.org/quake3/trunk@1139 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/win32/win_local.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'code/win32/win_local.h') diff --git a/code/win32/win_local.h b/code/win32/win_local.h index 14c0de5..e4414b4 100644 --- a/code/win32/win_local.h +++ b/code/win32/win_local.h @@ -35,8 +35,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include -#include -#include #include void IN_MouseEvent (int mstate); -- cgit v1.2.3