aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/runtime')
-rw-r--r--libgfortran/runtime/error.c1
-rw-r--r--libgfortran/runtime/main.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/runtime/error.c b/libgfortran/runtime/error.c
index 93b81c1..3c44d21 100644
--- a/libgfortran/runtime/error.c
+++ b/libgfortran/runtime/error.c
@@ -33,7 +33,6 @@ Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
-#include <float.h>
#include <errno.h>
#ifdef HAVE_SIGNAL_H
diff --git a/libgfortran/runtime/main.c b/libgfortran/runtime/main.c
index a731af2..d40c6f6 100644
--- a/libgfortran/runtime/main.c
+++ b/libgfortran/runtime/main.c
@@ -31,8 +31,6 @@ Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <math.h>
-#include <stddef.h>
#include <limits.h>
#include "libgfortran.h"