diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-26 09:59:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-26 09:59:44 (GMT) |
commit | 4abde457b0e71977a198245a76cc4bd3fd9801ca (patch) | |
tree | 5f24a6cb211a5e547ec899059af419f96c65bb7f /compat/dirent2.h | |
parent | 42c352d6258bc3ec26c19183c29b5a4ac4301a81 (diff) | |
parent | d525cce307b002900a04c58a4adff1470f24202c (diff) | |
download | tcl-4abde457b0e71977a198245a76cc4bd3fd9801ca.zip tcl-4abde457b0e71977a198245a76cc4bd3fd9801ca.tar.gz tcl-4abde457b0e71977a198245a76cc4bd3fd9801ca.tar.bz2 |
eliminate dependancy of compat/*.h on tcl.h
Diffstat (limited to 'compat/dirent2.h')
-rw-r--r-- | compat/dirent2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/dirent2.h b/compat/dirent2.h index 878457f..5be08ba 100644 --- a/compat/dirent2.h +++ b/compat/dirent2.h @@ -14,8 +14,6 @@ #ifndef _DIRENT #define _DIRENT -#include "tcl.h" - /* * Dirent structure, which holds information about a single * directory entry. |