From b9c2c358ac74c66736537d5b1eb44d42819f6ec1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 9 May 2019 18:20:41 +0200 Subject: Make lists a generic package, add vhdl-lists. --- src/vhdl/vhdl-nodes.adb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vhdl/vhdl-nodes.adb.in') diff --git a/src/vhdl/vhdl-nodes.adb.in b/src/vhdl/vhdl-nodes.adb.in index 1e9dd37c1..761676b3b 100644 --- a/src/vhdl/vhdl-nodes.adb.in +++ b/src/vhdl/vhdl-nodes.adb.in @@ -19,7 +19,7 @@ with Ada.Unchecked_Conversion; with Tables; with Logging; use Logging; -with Lists; use Lists; +with Vhdl.Lists; use Vhdl.Lists; with Vhdl.Nodes_Meta; use Vhdl.Nodes_Meta; with Vhdl.Nodes_Priv; use Vhdl.Nodes_Priv; -- cgit v1.2.3