summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-20 18:34:22 (GMT)
committerhobbs <hobbs>2001-09-20 18:34:22 (GMT)
commite3380d820c2c495225d9dbffc3fad5e8e7c82aa0 (patch)
tree434e5d34b73fa6abb7dc5fa7895f7014c1a5f1df /win
parentd21a7cbcdcbd777c6b9fd5c532b46ad5eff70267 (diff)
downloadtcl-e3380d820c2c495225d9dbffc3fad5e8e7c82aa0.zip
tcl-e3380d820c2c495225d9dbffc3fad5e8e7c82aa0.tar.gz
tcl-e3380d820c2c495225d9dbffc3fad5e8e7c82aa0.tar.bz2
removed unnecessary winsock.h include
Diffstat (limited to 'win')
-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.