mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 21:14:21 +00: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::Cloudinit;
|
||||||
use PVE::QemuServer::CPUConfig;
|
use PVE::QemuServer::CPUConfig;
|
||||||
use PVE::QemuServer::Drive;
|
use PVE::QemuServer::Drive;
|
||||||
|
use PVE::QemuServer::Helpers;
|
||||||
use PVE::QemuServer::ImportDisk;
|
use PVE::QemuServer::ImportDisk;
|
||||||
use PVE::QemuServer::Monitor qw(mon_cmd);
|
use PVE::QemuServer::Monitor qw(mon_cmd);
|
||||||
use PVE::QemuServer::Machine;
|
use PVE::QemuServer::Machine;
|
||||||
@ -45,8 +46,10 @@ use PVE::API2::Firewall::VM;
|
|||||||
use PVE::API2::Qemu::Agent;
|
use PVE::API2::Qemu::Agent;
|
||||||
use PVE::VZDump::Plugin;
|
use PVE::VZDump::Plugin;
|
||||||
use PVE::DataCenterConfig;
|
use PVE::DataCenterConfig;
|
||||||
|
use PVE::ProcFSTools;
|
||||||
use PVE::SSHInfo;
|
use PVE::SSHInfo;
|
||||||
use PVE::Replication;
|
use PVE::Replication;
|
||||||
|
use PVE::ReplicationState;
|
||||||
use PVE::StorageTunnel;
|
use PVE::StorageTunnel;
|
||||||
use PVE::RESTEnvironment qw(log_warn);
|
use PVE::RESTEnvironment qw(log_warn);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user