summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Automake/Utils.pm1
-rw-r--r--lib/Automake/Variable.pm1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Automake/Utils.pm b/lib/Automake/Utils.pm
index 8f1c8c4af..a4218c9a9 100644
--- a/lib/Automake/Utils.pm
+++ b/lib/Automake/Utils.pm
@@ -19,7 +19,6 @@ use 5.006;
use strict;
use Automake::Channels;
-use Automake::ConfVars;
use Automake::Global;
use Automake::Location;
use Automake::Options;
diff --git a/lib/Automake/Variable.pm b/lib/Automake/Variable.pm
index a37091fdd..000481498 100644
--- a/lib/Automake/Variable.pm
+++ b/lib/Automake/Variable.pm
@@ -25,7 +25,6 @@ use Automake::Condition qw (TRUE FALSE);
use Automake::Config;
use Automake::Configure_ac;
use Automake::DisjConditions;
-use Automake::File;
use Automake::General 'uniq';
use Automake::Global;
use Automake::Item;