aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsimul.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlsimul.adb')
-rw-r--r--src/ghdldrv/ghdlsimul.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdlsimul.adb b/src/ghdldrv/ghdlsimul.adb
index 0a752dc22..08377c1e1 100644
--- a/src/ghdldrv/ghdlsimul.adb
+++ b/src/ghdldrv/ghdlsimul.adb
@@ -13,7 +13,7 @@
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <gnu.org/licenses>.
-with System; use System;
+with System;
with Ada.Unchecked_Conversion;
with Ada.Command_Line;
@@ -23,10 +23,10 @@ with Interfaces;
with Interfaces.C;
with Ghdllocal; use Ghdllocal;
-with Simple_IO; use Simple_IO;
with Flags;
with Errorout;
+with Simple_IO;
with Vhdl.Nodes; use Vhdl.Nodes;
with Vhdl.Std_Package;