mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-07 16:24:01 +01:00
Revert "Delete superfuous 'use' statements"
This reverts commit fe7bb4abca
.
This commit is contained in:
parent
6cab1c3c8c
commit
4385264dc3
@ -46,6 +46,8 @@
|
||||
# If the <filename> is omitted, then a 'check' operation is performed.
|
||||
#
|
||||
use strict;
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin"; # Required to allow modules to reside in ${BASEDIR}/Shorewall/
|
||||
use Shorewall::Compiler;
|
||||
use Getopt::Long;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user