summaryrefslogtreecommitdiffstats
path: root/win/tclWinNotify.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-09-20 18:34:22 (GMT)
committerhobbs <hobbs@noemail.net>2001-09-20 18:34:22 (GMT)
commit6eebaa524ad2d7536a58cb5a4a131db7381b5a84 (patch)
tree434e5d34b73fa6abb7dc5fa7895f7014c1a5f1df /win/tclWinNotify.c
parentae6ddbd160065aabd44e0b440ceaa2e84a5aa430 (diff)
downloadtcl-6eebaa524ad2d7536a58cb5a4a131db7381b5a84.zip
tcl-6eebaa524ad2d7536a58cb5a4a131db7381b5a84.tar.gz
tcl-6eebaa524ad2d7536a58cb5a4a131db7381b5a84.tar.bz2
removed unnecessary winsock.h include
FossilOrigin-Name: c2e845d9d95a0970e3641ff1d021373fd1000fff
Diffstat (limited to 'win/tclWinNotify.c')
-rw-r--r--win/tclWinNotify.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tclWinNotify.c b/win/tclWinNotify.c
index fbaaa9b..eb33ed2 100644
--- a/win/tclWinNotify.c
+++ b/win/tclWinNotify.c
@@ -10,11 +10,10 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinNotify.c,v 1.7 2000/11/21 21:33:43 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclWinNotify.c,v 1.8 2001/09/20 18:34:22 hobbs Exp $
*/
#include "tclWinInt.h"
-#include <winsock.h>
/*
* The follwing static indicates whether this module has been initialized.