From bd873ebf4b97b9b80789a7201be2a80932031f4b 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/fmod.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Python/fmod.c') diff --git a/Python/fmod.c b/Python/fmod.c index 777166bcb6..ffe97f5737 100644 --- a/Python/fmod.c +++ b/Python/fmod.c @@ -24,9 +24,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Portable fmod(x, y) implementation for systems that don't have it */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include "mymath.h" #include -- cgit v1.2.1