summaryrefslogtreecommitdiffstats
path: root/Python/fmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/fmod.c')
-rw-r--r--Python/fmod.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/fmod.c b/Python/fmod.c
index 777166b..ffe97f5 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 <errno.h>