summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Paulmier <matt@mpaulmier.home>2018-07-25 19:18:46 +0200
committerMatthias Paulmier <matt@mpaulmier.home>2018-07-25 19:18:46 +0200
commitfea9e74524fbac25c719aac2bdf1a2e2d99a6873 (patch)
tree339312abceabd8c6b921b8302611ca384a84f114
parent1c943b8051966bafc5d80923ed3be5775a57391d (diff)
downloadautomake-fea9e74524fbac25c719aac2bdf1a2e2d99a6873.tar.gz
Remove useless imports
Their was an include cycle between File.pm and Variable.pm. This is now fixed.
-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;