mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-06 13:17:56 +03:00
api: add missing use statements
This commit is contained in:
parent
eb7613a60f
commit
326b668718
@ -29,6 +29,7 @@ use PVE::QemuServer;
|
||||
use PVE::QemuServer::Cloudinit;
|
||||
use PVE::QemuServer::CPUConfig;
|
||||
use PVE::QemuServer::Drive;
|
||||
use PVE::QemuServer::Helpers;
|
||||
use PVE::QemuServer::ImportDisk;
|
||||
use PVE::QemuServer::Monitor qw(mon_cmd);
|
||||
use PVE::QemuServer::Machine;
|
||||
@ -45,8 +46,10 @@ use PVE::API2::Firewall::VM;
|
||||
use PVE::API2::Qemu::Agent;
|
||||
use PVE::VZDump::Plugin;
|
||||
use PVE::DataCenterConfig;
|
||||
use PVE::ProcFSTools;
|
||||
use PVE::SSHInfo;
|
||||
use PVE::Replication;
|
||||
use PVE::ReplicationState;
|
||||
use PVE::StorageTunnel;
|
||||
use PVE::RESTEnvironment qw(log_warn);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user