summaryrefslogtreecommitdiff
path: root/src/stdlib/strtod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/strtod.c')
-rw-r--r--src/stdlib/strtod.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stdlib/strtod.c b/src/stdlib/strtod.c
index 9a1af627..20907ef8 100644
--- a/src/stdlib/strtod.c
+++ b/src/stdlib/strtod.c
@@ -1,8 +1,8 @@
+#include <ctype.h>
+#include <errno.h>
+#include <float.h>
+#include <math.h>
#include <stdlib.h>
-#include "ctype.h"
-#include "errno.h"
-#include "float.h"
-#include "math.h"
#ifndef INFINITY
#include "math/INFINITY.c"