summaryrefslogtreecommitdiff
path: root/lib/Automake/Variable.pm
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 /lib/Automake/Variable.pm
parent1c943b8051966bafc5d80923ed3be5775a57391d (diff)
downloadautomake-fea9e74524fbac25c719aac2bdf1a2e2d99a6873.tar.gz
Remove useless imports
Their was an include cycle between File.pm and Variable.pm. This is now fixed.
Diffstat (limited to 'lib/Automake/Variable.pm')
-rw-r--r--lib/Automake/Variable.pm1
1 files changed, 0 insertions, 1 deletions
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;