aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-main.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-27 08:16:42 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-27 08:16:42 +0100
commit6c7ecaa1e1489395e1df86a97d19edff22e1871b (patch)
treea6021dd9c084ae9461df727ef9e04d3e0966f932 /src/grt/grt-main.adb
parentc81a49d8dfec4e648a7bbbcf2ee6cccca6bf95e1 (diff)
downloadghdl-6c7ecaa1e1489395e1df86a97d19edff22e1871b.tar.gz
ghdl-6c7ecaa1e1489395e1df86a97d19edff22e1871b.tar.bz2
ghdl-6c7ecaa1e1489395e1df86a97d19edff22e1871b.zip
src/grt: extract grt-files_lib from grt-files
Diffstat (limited to 'src/grt/grt-main.adb')
-rw-r--r--src/grt/grt-main.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-main.adb b/src/grt/grt-main.adb
index 35161f686..d9cc5d1b4 100644
--- a/src/grt/grt-main.adb
+++ b/src/grt/grt-main.adb
@@ -34,7 +34,7 @@ with Grt.Change_Generics;
-- These are subprograms called only from GHDL generated code.
-- They are with'ed in order to be present in the binary.
pragma Warnings (Off);
-with Grt.Files;
+with Grt.Files_Lib;
with Grt.Types;
with Grt.Lib;
with Grt.Shadow_Ieee;