From 268f4c4cd7b229f7f23ebbf6006973ebe0a05888 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 30 Mar 2019 11:29:17 -0600 Subject: the patch --- gdb/target-float.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gdb/target-float.c') diff --git a/gdb/target-float.c b/gdb/target-float.c index 68c55f4dc7d..273dbaed0f0 100644 --- a/gdb/target-float.c +++ b/gdb/target-float.c @@ -18,10 +18,14 @@ along with this program. If not, see . */ #include "defs.h" -#include "gdbtypes.h" -#include "floatformat.h" #include "target-float.h" +/* Local non-gdb includes. */ +#include "floatformat.h" + +/* Local includes. */ +#include "gdbtypes.h" + /* Target floating-point operations. -- cgit v1.2.1