From 21f454deb10a3d90e8d2cc5ba3f9cbef5942cf62 Mon Sep 17 00:00:00 2001 From: Bob Dubner <rdubner@symas.com> Date: Tue, 21 Jan 2025 00:47:25 -0500 Subject: [PATCH] Remove local #include from parse_ante.h --- gcc/cobol/parse.y | 2 ++ gcc/cobol/parse_ante.h | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/cobol/parse.y b/gcc/cobol/parse.y index 4127aaefb6d5..747448baa539 100644 --- a/gcc/cobol/parse.y +++ b/gcc/cobol/parse.y @@ -286,6 +286,8 @@ #include "genapi.h" #include "io.h" #include "ec.h" +#include "exceptl.h" +#include "exceptg.h" #include "parse_ante.h" %} diff --git a/gcc/cobol/parse_ante.h b/gcc/cobol/parse_ante.h index fec97c23464f..a431c21d99c8 100644 --- a/gcc/cobol/parse_ante.h +++ b/gcc/cobol/parse_ante.h @@ -39,9 +39,6 @@ #include <stack> #include <string> -#include "exceptl.h" -#include "exceptg.h" - #define MAXLENGTH_FORMATTED_DATE 10 #define MAXLENGTH_FORMATTED_TIME 19 #define MAXLENGTH_FORMATTED_DATETIME 30 -- GitLab