From 1ed24355105d59e4b99fd888964ac4bba45fdcea Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 6 May 2019 06:46:32 +0200 Subject: vhdl: move nodes_meta package to vhdl child. --- src/ghdldrv/ghdlxml.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ghdldrv') diff --git a/src/ghdldrv/ghdlxml.adb b/src/ghdldrv/ghdlxml.adb index c855ad748..115f86d57 100644 --- a/src/ghdldrv/ghdlxml.adb +++ b/src/ghdldrv/ghdlxml.adb @@ -19,7 +19,7 @@ with Ada.Text_IO; use Ada.Text_IO; with GNAT.OS_Lib; use GNAT.OS_Lib; with Types; use Types; with Name_Table; use Name_Table; -with Nodes_Meta; use Nodes_Meta; +with Vhdl.Nodes_Meta; use Vhdl.Nodes_Meta; with Files_Map; with Vhdl.Disp_Tree; use Vhdl.Disp_Tree; with Ghdlprint; use Ghdlprint; -- cgit v1.2.3