diff options
Diffstat (limited to 'gcc/ada/makeutl.adb')
-rw-r--r-- | gcc/ada/makeutl.adb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/makeutl.adb b/gcc/ada/makeutl.adb index 743ea6d492e..a8c54e640e0 100644 --- a/gcc/ada/makeutl.adb +++ b/gcc/ada/makeutl.adb @@ -23,12 +23,6 @@ -- -- ------------------------------------------------------------------------------ -with Ada.Command_Line; use Ada.Command_Line; - -with GNAT.Case_Util; use GNAT.Case_Util; -with GNAT.Directory_Operations; use GNAT.Directory_Operations; -with GNAT.HTable; - with ALI; use ALI; with Debug; with Fname; @@ -42,6 +36,12 @@ with Snames; use Snames; with Table; with Tempdir; +with Ada.Command_Line; use Ada.Command_Line; + +with GNAT.Case_Util; use GNAT.Case_Util; +with GNAT.Directory_Operations; use GNAT.Directory_Operations; +with GNAT.HTable; + package body Makeutl is type Mark_Key is record |