diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-24 18:14:04 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-24 18:14:04 (GMT) |
| commit | bd869d5d03cfaf015ca11003c2da48a3fe332b58 (patch) | |
| tree | 1aabff6541f069cca9b7e8e51f1dcfe2f7b72304 /unix/tclUnixCompat.c | |
| parent | a43fa652d934e4f093e7a19f35813d7569ec4405 (diff) | |
| download | tcl-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.c | 2 |
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> |
