diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-01-27 08:16:42 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-01-27 08:16:42 +0100 |
commit | 6c7ecaa1e1489395e1df86a97d19edff22e1871b (patch) | |
tree | a6021dd9c084ae9461df727ef9e04d3e0966f932 /src/grt/grt-main.adb | |
parent | c81a49d8dfec4e648a7bbbcf2ee6cccca6bf95e1 (diff) | |
download | ghdl-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.adb | 2 |
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; |