From 60f42b50d894d3c9798c50e063ae758a1a5987a2 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 18 Jan 2001 03:03:16 +0000 Subject: Move distributed and duplicated config for stat() and fstat() into pyport.h. --- Python/getmtime.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Python/getmtime.c') diff --git a/Python/getmtime.c b/Python/getmtime.c index 4c7ecd68a2f..c77782df67b 100644 --- a/Python/getmtime.c +++ b/Python/getmtime.c @@ -6,16 +6,6 @@ #include "Python.h" #include "config.h" -#include -#ifndef DONT_HAVE_SYS_TYPES_H -#include -#endif -#ifndef DONT_HAVE_SYS_STAT_H -#include -#elif defined(HAVE_STAT_H) -#include -#endif - time_t PyOS_GetLastModificationTime(char *path, FILE *fp) { -- cgit v1.2.3