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