Complete fix for light runtime configuration in Ada
This commit removes an unused include directive to complete a previous fix for light runtime configurations in Ada.
A previous fix for light runtime configurations in Ada was incomplete, leaving an unnecessary include directive. This commit removes the directive, finalizing the fix and ensuring correct behavior in environments with light runtime configurations. This prevents potential compilation issues or unexpected dependencies.
In Details
The commit removes an unused #include directive from argv.c. This likely resolves a dependency issue in specific configurations where a 'light' runtime is used. The change is isolated and fixes an oversight in a prior patch.
For Context
This commit addresses a dependency issue in the Ada runtime library. Runtime libraries provide essential functions for executing compiled Ada programs. 'Light' runtime configurations are designed for resource-constrained environments. This fix removes an unnecessary dependency to ensure that these configurations function correctly.