aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsimul.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-30 20:46:42 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-30 20:46:42 +0200
commitf97914ff5d5c4c08c1c960342c162ccd6d5fb5ce (patch)
treefef0a781c7f0cda33ef79070bee4bf8010a92c97 /src/ghdldrv/ghdlsimul.adb
parent69d9120db6f15e16dd05599717b85043f88b4ad1 (diff)
downloadghdl-f97914ff5d5c4c08c1c960342c162ccd6d5fb5ce.tar.gz
ghdl-f97914ff5d5c4c08c1c960342c162ccd6d5fb5ce.tar.bz2
ghdl-f97914ff5d5c4c08c1c960342c162ccd6d5fb5ce.zip
ghdlsimul: fix warning.
Diffstat (limited to 'src/ghdldrv/ghdlsimul.adb')
-rw-r--r--src/ghdldrv/ghdlsimul.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsimul.adb b/src/ghdldrv/ghdlsimul.adb
index 97adef30d..3fa1d2c6d 100644
--- a/src/ghdldrv/ghdlsimul.adb
+++ b/src/ghdldrv/ghdlsimul.adb
@@ -18,7 +18,7 @@
with Ada.Command_Line;
-with Ghdllocal; use Ghdllocal;
+with Ghdllocal;
with GNAT.OS_Lib; use GNAT.OS_Lib;
with Simple_IO;