aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-06 06:46:32 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-06 06:46:32 +0200
commit1ed24355105d59e4b99fd888964ac4bba45fdcea (patch)
tree59c3239baf303061b9e23f18490f604d1d4f3f91 /src/vhdl/vhdl-nodes.adb
parent6535ea096a13d8f03547f7d5e5018c0dea46252d (diff)
downloadghdl-1ed24355105d59e4b99fd888964ac4bba45fdcea.tar.gz
ghdl-1ed24355105d59e4b99fd888964ac4bba45fdcea.tar.bz2
ghdl-1ed24355105d59e4b99fd888964ac4bba45fdcea.zip
vhdl: move nodes_meta package to vhdl child.
Diffstat (limited to 'src/vhdl/vhdl-nodes.adb')
-rw-r--r--src/vhdl/vhdl-nodes.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes.adb b/src/vhdl/vhdl-nodes.adb
index 82c99b95c..e4c6c979e 100644
--- a/src/vhdl/vhdl-nodes.adb
+++ b/src/vhdl/vhdl-nodes.adb
@@ -20,7 +20,7 @@ with Ada.Unchecked_Conversion;
with Tables;
with Logging; use Logging;
with Lists; use Lists;
-with Nodes_Meta; use Nodes_Meta;
+with Vhdl.Nodes_Meta; use Vhdl.Nodes_Meta;
with Vhdl.Nodes_Priv; use Vhdl.Nodes_Priv;
package body Vhdl.Nodes is