https://gcc.gnu.org/g:ff0a553734c76ab9051104963a7acdac43a2f17c
commit r17-961-gff0a553734c76ab9051104963a7acdac43a2f17c Author: Ronan Desplanques <[email protected]> Date: Thu Mar 26 09:58:56 2026 +0100 ada: Complete previous light runtime configuration fix A recent fix for light runtime configuration was missing a crucial part: it left an #include directive that needed to be removed. This patch completes that fix. gcc/ada/ChangeLog: * argv.c: Remove unused include directive. Diff: --- gcc/ada/argv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/ada/argv.c b/gcc/ada/argv.c index 8eb7de4f2f84..1f93384d7a19 100644 --- a/gcc/ada/argv.c +++ b/gcc/ada/argv.c @@ -50,8 +50,6 @@ #include "adaint.h" #endif -#include "env.h" - #ifdef __cplusplus extern "C" { #endif
