From 57fdc97dac1453849a76bdce265428d441a03de0 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Sat, 15 Mar 2025 22:37:58 +0000 Subject: [PATCH] cobol: Move includes before system.h This just moves an include ahead of cobol-system.h which in turn includes system.h. gcc/cobol/ChangeLog: * cdf-copy.cc: Move host include before system.h Signed-off-by: Iain Sandoe --- gcc/cobol/cdf-copy.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/cobol/cdf-copy.cc b/gcc/cobol/cdf-copy.cc index 179dbacea93..c620c828a0b 100644 --- a/gcc/cobol/cdf-copy.cc +++ b/gcc/cobol/cdf-copy.cc @@ -34,13 +34,13 @@ // // We regret any confusion engendered. +#include + #include "cobol-system.h" #include "cbldiag.h" #include "util.h" #include "copybook.h" -#include - #define COUNT_OF(X) (sizeof(X) / sizeof(X[0])) /* -- 2.47.2