summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixCompat.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-24 18:14:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-24 18:14:04 (GMT)
commitbd869d5d03cfaf015ca11003c2da48a3fe332b58 (patch)
tree1aabff6541f069cca9b7e8e51f1dcfe2f7b72304 /unix/tclUnixCompat.c
parenta43fa652d934e4f093e7a19f35813d7569ec4405 (diff)
downloadtcl-bd869d5d03cfaf015ca11003c2da48a3fe332b58.zip
tcl-bd869d5d03cfaf015ca11003c2da48a3fe332b58.tar.gz
tcl-bd869d5d03cfaf015ca11003c2da48a3fe332b58.tar.bz2
Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in functionality.
Diffstat (limited to 'unix/tclUnixCompat.c')
-rw-r--r--unix/tclUnixCompat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tclUnixCompat.c b/unix/tclUnixCompat.c
index 111acf8..c63b485 100644
--- a/unix/tclUnixCompat.c
+++ b/unix/tclUnixCompat.c
@@ -8,8 +8,6 @@
*/
#include "tclInt.h"
-#include <pwd.h>
-#include <grp.h>
#include <errno.h>
#include <string.h>