From 5c10bacd0cd58926839b8904e10ef0693930bddc Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 6 May 2019 06:53:37 +0200 Subject: vhdl: move xrefs to vhdl child package. --- src/vhdl/vhdl-sem_stmts.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vhdl/vhdl-sem_stmts.adb') diff --git a/src/vhdl/vhdl-sem_stmts.adb b/src/vhdl/vhdl-sem_stmts.adb index deca231a6..9553dc7df 100644 --- a/src/vhdl/vhdl-sem_stmts.adb +++ b/src/vhdl/vhdl-sem_stmts.adb @@ -30,7 +30,7 @@ with Vhdl.Sem_Psl; with Std_Names; with Vhdl.Evaluation; use Vhdl.Evaluation; with Iirs_Utils; use Iirs_Utils; -with Xrefs; use Xrefs; +with Vhdl.Xrefs; use Vhdl.Xrefs; package body Vhdl.Sem_Stmts is -- Process is the scope, this is also the process for which drivers can -- cgit v1.2.3