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/resource.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/resource.c')
-rw-r--r-- | Modules/resource.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/resource.c b/Modules/resource.c index 76fd731..cca6d82 100644 --- a/Modules/resource.c +++ b/Modules/resource.c @@ -9,7 +9,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. ******************************************************************/ #include "Python.h" -#include "mytime.h" /* needed for SunOS4.1 */ #include <sys/resource.h> #include <sys/time.h> #include <unistd.h> |