do not use PVE::API2 in spiceproxy.pm

we do not need it there and withouth this we save ~30MB memory for
this daemon and its workers

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-08-09 14:08:25 +02:00 committed by Wolfgang Bumiller
parent 9fe20b3f6a
commit 1faeea016b

View File

@ -10,7 +10,6 @@ use warnings;
use PVE::SafeSyslog;
use PVE::Daemon;
use PVE::API2Tools;
use PVE::API2;
use PVE::HTTPServer;
use base qw(PVE::Daemon);