summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2015-03-10 23:26:49 +0600
committerDaniil Baturin <daniil@baturin.org>2015-03-10 23:26:49 +0600
commit7c0ec0eecf3395a59b1392a5bac5fc9585877104 (patch)
tree14561182536b27729762940f6cc745061dc89075
parent9bb91cda7cbe93a01d4cc5fb5e4d2e4fd54f13c9 (diff)
downloadhvinfo-7c0ec0eecf3395a59b1392a5bac5fc9585877104.tar.gz
hvinfo-7c0ec0eecf3395a59b1392a5bac5fc9585877104.zip
Remove use clauses that are not needed anymore.
-rw-r--r--src/hvinfo.adb4
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;