From f325fa6fc787f23239d8de2a41a6d9c37d23b991 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 6 May 2019 08:05:20 +0200 Subject: vhdl: move iirs_utils to vhdl.utils --- src/ghdldrv/ghdllocal.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ghdldrv/ghdllocal.adb') diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb index 8b261279b..e5fe38401 100644 --- a/src/ghdldrv/ghdllocal.adb +++ b/src/ghdldrv/ghdllocal.adb @@ -32,7 +32,7 @@ with Errorout; with Vhdl.Configuration; with Files_Map; with Options; -with Iirs_Utils; use Iirs_Utils; +with Vhdl.Utils; use Vhdl.Utils; package body Ghdllocal is -- Version of the IEEE library to use. This just change paths. -- cgit v1.2.3