diff options
Diffstat (limited to 'src/grt/grt-files.adb')
-rw-r--r-- | src/grt/grt-files.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/grt/grt-files.adb b/src/grt/grt-files.adb index 0b0430ace..34f03e910 100644 --- a/src/grt/grt-files.adb +++ b/src/grt/grt-files.adb @@ -20,8 +20,7 @@ -- covered by the GNU General Public License. This exception does not -- however invalidate any other reasons why the executable file might be -- covered by the GNU Public License. -with Grt.Errors; use Grt.Errors; -with Grt.Errors_Exec; use Grt.Errors_Exec; + with Grt.Stdio; use Grt.Stdio; with Grt.Table; with System; use System; |