diff options
-rw-r--r-- | src/hvinfo.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hvinfo.adb b/src/hvinfo.adb index 0d4be3f..bb682c0 100644 --- a/src/hvinfo.adb +++ b/src/hvinfo.adb @@ -1,6 +1,6 @@ with Ada.Strings.Unbounded; -with Ada.Text_IO.Unbounded_IO; use Ada.Text_IO.Unbounded_IO; -with Ada.Command_Line; use Ada.Command_Line; +with Ada.Text_IO.Unbounded_IO; +with Ada.Command_Line; with Hypervisor_Check; use Hypervisor_Check; |