diff options
Diffstat (limited to 'src/vhdl/vhdl-parse.adb')
-rw-r--r-- | src/vhdl/vhdl-parse.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb index 4c39d91bb..ac1fa7b94 100644 --- a/src/vhdl/vhdl-parse.adb +++ b/src/vhdl/vhdl-parse.adb @@ -24,7 +24,7 @@ with Std_Names; use Std_Names; with Flags; use Flags; with Vhdl.Parse_Psl; with Str_Table; -with Xrefs; +with Vhdl.Xrefs; with Vhdl.Elocations; use Vhdl.Elocations; -- Recursive descendant parser. |