diff --git a/www/index.pl b/www/index.pl index 8ec46cc..ac30b57 100755 --- a/www/index.pl +++ b/www/index.pl @@ -3,10 +3,6 @@ use strict; use warnings; use TUWF ':html', 'html_escape', ':xml'; -use IPC::Open2; -use IO::Select; -use Encode 'encode_utf8', 'decode_utf8'; -use Time::HiRes 'tv_interval', 'gettimeofday'; use JSON::XS; use Cwd 'abs_path';