summaryrefslogtreecommitdiffstats
path: root/Python/atof.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/atof.c')
-rw-r--r--Python/atof.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/atof.c b/Python/atof.c
index 894490a..f7e9b7d 100644
--- a/Python/atof.c
+++ b/Python/atof.c
@@ -27,9 +27,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
and is slow and inaccurate.
But it's good enough for the occasional string literal... */
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <ctype.h>