diff options
Diffstat (limited to 'Python/getmtime.c')
-rw-r--r-- | Python/getmtime.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/getmtime.c b/Python/getmtime.c index fde6a3b..1e27b07 100644 --- a/Python/getmtime.c +++ b/Python/getmtime.c @@ -26,9 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* (A separate file because this may be OS dependent) */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include <sys/types.h> #include <sys/stat.h> |