use PVE::RESTHandler explicitly

since we use it in the code

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-06-15 15:28:46 +02:00 committed by Thomas Lamprecht
parent 12248c4dce
commit 067e452b48

View File

@ -16,6 +16,7 @@ use PVE::SafeSyslog;
use PVE::Cluster;
use PVE::INotify;
use PVE::RPCEnvironment;
use PVE::RESTHandler;
use PVE::CLIHandler;
use PVE::API2Tools;
use PVE::API2;