diff options
Diffstat (limited to 'src/vhdl/vhdl-xrefs.adb')
-rw-r--r-- | src/vhdl/vhdl-xrefs.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-xrefs.adb b/src/vhdl/vhdl-xrefs.adb index 021acd485..f03535fbe 100644 --- a/src/vhdl/vhdl-xrefs.adb +++ b/src/vhdl/vhdl-xrefs.adb @@ -19,7 +19,7 @@ with Tables; with GNAT.Heap_Sort_A; with Flags; with Vhdl.Std_Package; -with Errorout; use Errorout; +with Vhdl.Errors; use Vhdl.Errors; with Vhdl.Nodes_Priv; package body Vhdl.Xrefs is |