summaryrefslogtreecommitdiffstats
path: root/Python/hypot.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/hypot.c')
-rw-r--r--Python/hypot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/hypot.c b/Python/hypot.c
index 755d0c3..9d3c0d0 100644
--- a/Python/hypot.c
+++ b/Python/hypot.c
@@ -1,7 +1,6 @@
/* hypot() replacement */
-#include "pyconfig.h"
-#include "pyport.h"
+#include "Python.h"
double hypot(double x, double y)
{