www: Remove some unused 'use' lines

The functionality that used those modules has been moved into ManUtils
This commit is contained in:
Yorhel 2012-08-15 09:49:05 +02:00
parent 2ed30b214c
commit e76085014c

View file

@ -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';