summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-14 12:31:54 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-14 12:31:54 +0000
commit865de8ead2b3d8ae30ec747b0b477f0bbc22c6b9 (patch)
treeb5b152a6e69c2bfecc1223830c80ca17118395dc /bin
parent7f317f57ee30a38fffbcdd9ac65b325eaf89bc00 (diff)
downloaddrakx-net-865de8ead2b3d8ae30ec747b0b477f0bbc22c6b9.tar
drakx-net-865de8ead2b3d8ae30ec747b0b477f0bbc22c6b9.tar.gz
drakx-net-865de8ead2b3d8ae30ec747b0b477f0bbc22c6b9.tar.bz2
drakx-net-865de8ead2b3d8ae30ec747b0b477f0bbc22c6b9.tar.xz
drakx-net-865de8ead2b3d8ae30ec747b0b477f0bbc22c6b9.zip
remove unused includes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/drakconnect7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/drakconnect b/bin/drakconnect
index 45ac58e..6cd48d0 100755
--- a/bin/drakconnect
+++ b/bin/drakconnect
@@ -31,16 +31,9 @@ use standalone; #- warning, standalone must be loaded very first, for 'expla
use interactive;
use common;
-use run_program;
-use network::drakconnect;
use network::netconnect;
-use network::connection::ethernet;
-use network::tools;
use network::network;
-use detect_devices;
-use c;
use modules;
-use POSIX ":sys_wait_h";
$ugtk2::wm_icon = "drakconnect";
my $in = 'interactive'->vnew('su');