From fea9e74524fbac25c719aac2bdf1a2e2d99a6873 Mon Sep 17 00:00:00 2001 From: Matthias Paulmier Date: Wed, 25 Jul 2018 19:18:46 +0200 Subject: Remove useless imports Their was an include cycle between File.pm and Variable.pm. This is now fixed. --- lib/Automake/Utils.pm | 1 - lib/Automake/Variable.pm | 1 - 2 files changed, 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; -- cgit v1.2.1