From: Stefano Lattarini Date: Sat, 17 Mar 2012 08:43:35 +0000 (+0100) Subject: aclocal: remove a couple of useless imports X-Git-Tag: v1.11.3b~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6743961843f3d810500aabe20cfe2cb0e9ae5839;p=thirdparty%2Fautomake.git aclocal: remove a couple of useless imports * aclocal.in (File::stat, Cwd): Remove these imports, they are not really required. Signed-off-by: Stefano Lattarini --- diff --git a/aclocal.in b/aclocal.in index ca1573222..476437942 100644 --- a/aclocal.in +++ b/aclocal.in @@ -41,8 +41,6 @@ use Automake::ChannelDefs; use Automake::XFile; use Automake::FileUtils; use File::Basename; -use File::stat; -use Cwd; use File::Path (); # Some globals.