aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-utils.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-utils.adb')
-rw-r--r--src/vhdl/vhdl-utils.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-utils.adb b/src/vhdl/vhdl-utils.adb
index e93becc60..4a82dc7f2 100644
--- a/src/vhdl/vhdl-utils.adb
+++ b/src/vhdl/vhdl-utils.adb
@@ -17,7 +17,7 @@
-- 02111-1307, USA.
with Vhdl.Scanner; use Vhdl.Scanner;
with Vhdl.Tokens; use Vhdl.Tokens;
-with Errorout; use Errorout;
+with Vhdl.Errors; use Vhdl.Errors;
with Name_Table;
with Str_Table;
with Std_Names; use Std_Names;