diff options
author | rws <empty> | 1993-08-16 14:11:52 +0000 |
---|---|---|
committer | rws <empty> | 1993-08-16 14:11:52 +0000 |
commit | 8bdbf6d79e44f9366f76293d3faf565f5b051dad (patch) | |
tree | bfe6adfa3439867e683e08207586388f9b3bd797 | |
parent | f50e62d825df567fccb0aaa7c8573e22c86814f1 (diff) |
don't need <windows.h>
-rw-r--r-- | xc/lib/X11/Xlibnet.h | 3 | ||||
-rw-r--r-- | xc/programs/xauth/gethost.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/xc/lib/X11/Xlibnet.h b/xc/lib/X11/Xlibnet.h index 7efb6cfe4..8f4a6f315 100644 --- a/xc/lib/X11/Xlibnet.h +++ b/xc/lib/X11/Xlibnet.h @@ -1,4 +1,4 @@ -/* $XConsortium: Xlibnet.h,v 1.25 93/08/14 19:11:51 rws Exp $ */ +/* $XConsortium: Xlibnet.h,v 1.26 93/08/15 13:38:51 rws Exp $ */ /* Copyright 1991 Massachusetts Institute of Technology @@ -270,7 +270,6 @@ extern Xstream _XsStream[]; #define BOOL wBOOL #undef Status #define Status wStatus -#include <windows.h> #include <winsock.h> #undef Status #define Status int diff --git a/xc/programs/xauth/gethost.c b/xc/programs/xauth/gethost.c index 185e2254c..d99216e16 100644 --- a/xc/programs/xauth/gethost.c +++ b/xc/programs/xauth/gethost.c @@ -1,5 +1,5 @@ /* - * $XConsortium: gethost.c,v 1.14 91/07/26 19:54:39 keith Exp $ + * $XConsortium: gethost.c,v 1.15 93/08/16 13:55:56 rws Exp $ * * Copyright 1989 Massachusetts Institute of Technology * @@ -31,7 +31,6 @@ #ifdef WIN32 #define _X86_ _M_IX86 -#include <windows.h> #include <winsock.h> #define EPROTOTYPE WSAEPROTOTYPE #endif |