From 42db0341b2b5c05739d3f498f7cae7258fc88e69 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 18 Apr 2026 11:26:48 +0800 Subject: Remove unused imports. --- vcx | 3 --- 1 file changed, 3 deletions(-) diff --git a/vcx b/vcx index 8931ce0..3691523 100644 --- a/vcx +++ b/vcx @@ -5,8 +5,6 @@ use warnings; use IO::Handle; use File::Path qw(make_path); use File::Copy qw(copy); -use File::Find; -use File::Compare; use File::Basename; use File::Glob qw(:bsd_glob); use File::Spec; @@ -902,4 +900,3 @@ sub get_file_version { } } - -- cgit v1.2.3