summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-04 19:14:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-04 19:14:45 (GMT)
commitb621725f924df41080e34e4f39c7b7876074f1ba (patch)
tree7a3da59b4dff033db118cfc6e292392762807767 /win
parent7edbe2387db3eaebcf85c048f20184b9a15e5e1f (diff)
downloadtk-b621725f924df41080e34e4f39c7b7876074f1ba.zip
tk-b621725f924df41080e34e4f39c7b7876074f1ba.tar.gz
tk-b621725f924df41080e34e4f39c7b7876074f1ba.tar.bz2
It turns out that <unistd.h> is actually not needed on Win32
Diffstat (limited to 'win')
-rw-r--r--win/tkWinPort.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index 74cac15..254f44e 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.h
@@ -64,7 +64,6 @@
typedef _TCHAR TCHAR;
#endif
-#include <unistd.h>
#include <X11/Xlib.h>
#include <X11/cursorfont.h>
#include <X11/keysym.h>