Delete superfuous 'use' statements

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-09-11 12:56:37 -07:00
parent 63b477a4de
commit fe7bb4abca
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -46,8 +46,6 @@
# If the <filename> is omitted, then a 'check' operation is performed.
#
use strict;
use FindBin;
use lib "$FindBin::Bin";
use Shorewall::Compiler;
use Getopt::Long;