diff options
| author | Daniil Baturin <daniil@baturin.org> | 2015-03-10 23:26:49 +0600 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2015-03-10 23:26:49 +0600 |
| commit | 7c0ec0eecf3395a59b1392a5bac5fc9585877104 (patch) | |
| tree | 14561182536b27729762940f6cc745061dc89075 /src | |
| parent | 9bb91cda7cbe93a01d4cc5fb5e4d2e4fd54f13c9 (diff) | |
| download | hvinfo-7c0ec0eecf3395a59b1392a5bac5fc9585877104.tar.gz hvinfo-7c0ec0eecf3395a59b1392a5bac5fc9585877104.zip | |
Remove use clauses that are not needed anymore.
Diffstat (limited to 'src')
| -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; |
