diff options
Diffstat (limited to 'Python/getmtime.c')
-rw-r--r-- | Python/getmtime.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/getmtime.c b/Python/getmtime.c index fa2fd02..7c85610 100644 --- a/Python/getmtime.c +++ b/Python/getmtime.c @@ -30,12 +30,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "config.h" #endif -#ifdef macintosh -#include "stat.h" -#else #include <sys/types.h> #include <sys/stat.h> -#endif long getmtime(path) |