https://gcc.gnu.org/g:57fdc97dac1453849a76bdce265428d441a03de0

commit r15-8868-g57fdc97dac1453849a76bdce265428d441a03de0
Author: Iain Sandoe <i...@sandoe.co.uk>
Date:   Sat Mar 15 22:37:58 2025 +0000

    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 <i...@sandoe.co.uk>

Diff:
---
 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 179dbacea930..c620c828a0bf 100644
--- a/gcc/cobol/cdf-copy.cc
+++ b/gcc/cobol/cdf-copy.cc
@@ -34,13 +34,13 @@
 //
 // We regret any confusion engendered.
 
+#include <glob.h>
+
 #include "cobol-system.h"
 #include "cbldiag.h"
 #include "util.h"
 #include "copybook.h"
 
-#include <glob.h>
-
 #define COUNT_OF(X) (sizeof(X) / sizeof(X[0]))
 
 /*

Reply via email to