From 7cf1fcf347853a9efe9e0c21191ad66a650f3da7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 19 Aug 1996 22:12:39 +0000 Subject: Always include config.h --- Python/getmtime.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Python/getmtime.c') diff --git a/Python/getmtime.c b/Python/getmtime.c index fde6a3b9c2..1e27b07053 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 #include -- cgit v1.2.1