diff options
author | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-07-31 15:28:04 (GMT) |
---|---|---|
committer | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-07-31 15:28:04 (GMT) |
commit | 7e018909862a3fe6c571bbb7143f4ffb18ae834c (patch) | |
tree | ed39d496c16b58895a2620f43061bc9013c1deca /Modules/posixmodule.c | |
parent | 885082ca67d679a0d95218cb38babbcb10b92c3f (diff) | |
download | cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.zip cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.gz cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.bz2 |
merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r-- | Modules/posixmodule.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index fe63689..e346124 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -45,8 +45,6 @@ corresponding Unix manual entries for more information on calls."; #include <signal.h> #endif -#include "mytime.h" /* For clock_t on some systems */ - #ifdef HAVE_FCNTL_H #include <fcntl.h> #endif /* HAVE_FCNTL_H */ |