From bc1c9c220346f37fa1ed4a4a34a7f88803a72db2 Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Tue, 16 Dec 2014 17:14:49 +0000 Subject: Both config.h and system.h define ABI/API macros for system headers. * sreal.c: Include math.h later. From-SVN: r218783 --- gcc/sreal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/sreal.c') diff --git a/gcc/sreal.c b/gcc/sreal.c index 11ea9ce..8525379 100644 --- a/gcc/sreal.c +++ b/gcc/sreal.c @@ -47,9 +47,9 @@ along with GCC; see the file COPYING3. If not see sig == 0 && exp == -SREAL_MAX_EXP */ -#include #include "config.h" #include "system.h" +#include #include "coretypes.h" #include "sreal.h" -- cgit v1.1