]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Remove useless imports
authorMatthias Paulmier <matt@mpaulmier.home>
Wed, 25 Jul 2018 17:18:46 +0000 (19:18 +0200)
committerMatthias Paulmier <matt@mpaulmier.home>
Wed, 25 Jul 2018 17:18:46 +0000 (19:18 +0200)
Their was an include cycle between File.pm and Variable.pm.  This is now
fixed.

lib/Automake/Utils.pm
lib/Automake/Variable.pm

index 8f1c8c4af1c84e3128f1b4bc80227924c1956545..a4218c9a93cb007e2214b9c808d8437dfe327470 100644 (file)
@@ -19,7 +19,6 @@ use 5.006;
 use strict;
 
 use Automake::Channels;
-use Automake::ConfVars;
 use Automake::Global;
 use Automake::Location;
 use Automake::Options;
index a37091fdda45189431cda1aa0ed4bd6be58078c9..000481498c914d2fa9ce6987f9aedc4ac2b43f0f 100644 (file)
@@ -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;