mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
remote: Remove unused includes
Signed-off-by: Peng Liang <tcx4c70@gmail.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
bc16c1bcf6
commit
68dae91767
@ -32,7 +32,6 @@
|
||||
#include "virfile.h"
|
||||
#include "virlog.h"
|
||||
#include "virpidfile.h"
|
||||
#include "virprocess.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_QEMU
|
||||
|
||||
@ -43,14 +42,12 @@
|
||||
#include "viruuid.h"
|
||||
#include "remote_driver.h"
|
||||
#include "viralloc.h"
|
||||
#include "virconf.h"
|
||||
#include "virnetlink.h"
|
||||
#include "virnetdaemon.h"
|
||||
#include "remote_daemon_dispatch.h"
|
||||
#include "virhook.h"
|
||||
#include "viraudit.h"
|
||||
#include "virstring.h"
|
||||
#include "locking/lock_manager.h"
|
||||
#include "viraccessmanager.h"
|
||||
#include "virutil.h"
|
||||
#include "virgettext.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include <rpc/types.h>
|
||||
#include <rpc/xdr.h>
|
||||
#include "remote_protocol.h"
|
||||
#include "lxc_protocol.h"
|
||||
#include "qemu_protocol.h"
|
||||
#include "virthread.h"
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "remote_protocol.h"
|
||||
#include "remote_driver.h"
|
||||
#include "util/virnetdevopenvswitch.h"
|
||||
#include "virstring.h"
|
||||
#include "virutil.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_CONF
|
||||
|
@ -30,18 +30,13 @@
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "remote_daemon_stream.h"
|
||||
#include "viruuid.h"
|
||||
#include "vircommand.h"
|
||||
#include "virnetserverservice.h"
|
||||
#include "virnetserver.h"
|
||||
#include "virfile.h"
|
||||
#include "virtypedparam.h"
|
||||
#include "virprocess.h"
|
||||
#include "remote_protocol.h"
|
||||
#include "qemu_protocol.h"
|
||||
#include "lxc_protocol.h"
|
||||
#include "virstring.h"
|
||||
#include "object_event.h"
|
||||
#include "domain_conf.h"
|
||||
#include "network_conf.h"
|
||||
#include "virprobe.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "remote_protocol.h"
|
||||
#include "rpc/virnetserverprogram.h"
|
||||
#include "rpc/virnetserverclient.h"
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "remote_daemon_stream.h"
|
||||
#include "remote_daemon_dispatch.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "virnetserverclient.h"
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "node_device_event.h"
|
||||
#include "secret_event.h"
|
||||
#include "driver.h"
|
||||
#include "virbuffer.h"
|
||||
#include "remote_driver.h"
|
||||
#include "remote_protocol.h"
|
||||
#include "remote_sockets.h"
|
||||
@ -43,7 +42,6 @@
|
||||
#include "qemu_protocol.h"
|
||||
#include "viralloc.h"
|
||||
#include "virfile.h"
|
||||
#include "vircommand.h"
|
||||
#include "virtypedparam.h"
|
||||
#include "viruri.h"
|
||||
#include "virauth.h"
|
||||
|
Loading…
Reference in New Issue
Block a user