From: Iain Sandoe Date: Sat, 15 Mar 2025 22:37:58 +0000 (+0000) Subject: cobol: Move includes before system.h X-Git-Tag: basepoints/gcc-16~685 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fdc97dac1453849a76bdce265428d441a03de0;p=thirdparty%2Fgcc.git 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 --- 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])) /*