diff options
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r-- | perl-install/network/ethernet.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index dcda7b643..29e2b5d10 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -1,13 +1,9 @@ package network::ethernet; # $Id$ use c; -use network::network; -use modules; -use modules::interactive; use detect_devices; use common; use run_program; -use network::tools; our @dhcp_clients = qw(dhclient dhcpcd pump dhcpxd); |