From 6743961843f3d810500aabe20cfe2cb0e9ae5839 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 17 Mar 2012 09:43:35 +0100 Subject: [PATCH] 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 --- aclocal.in | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.47.2