]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
remote: Remove unused includes
authorPeng Liang <tcx4c70@gmail.com>
Wed, 8 Jun 2022 12:13:04 +0000 (20:13 +0800)
committerJán Tomko <jtomko@redhat.com>
Thu, 16 Jun 2022 04:43:57 +0000 (06:43 +0200)
Signed-off-by: Peng Liang <tcx4c70@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/remote/remote_daemon.c
src/remote/remote_daemon.h
src/remote/remote_daemon_config.c
src/remote/remote_daemon_dispatch.c
src/remote/remote_daemon_dispatch.h
src/remote/remote_daemon_stream.c
src/remote/remote_driver.c

index b8ecc517586186ba0d32d21817969e7953434981..2e64e4da7f7be14e905f64f6194a824da5e81fa6 100644 (file)
@@ -32,7 +32,6 @@
 #include "virfile.h"
 #include "virlog.h"
 #include "virpidfile.h"
-#include "virprocess.h"
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
 #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"
index 1a693110292bc83959c8c963f906059cac0e46de..7c3f50d9d4e7328134568db5c701e1c3cfcc6b1c 100644 (file)
@@ -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"
index 30653e82cff682a49ab85fdb80426fa79710d97d..330db54651f1fc781850e08dd8931176ac561dc0 100644 (file)
@@ -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
index 0fde4233a5f1478e2bf9f4fdc47c4f3974c64187..dc5790f07749aad3762868993e3d9c701d8671ae 100644 (file)
 #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"
index 0d5f2432039221540eb81e720be9b00014fa27dd..e6cde2324486d9dc469f858a5a5ce86890baa405 100644 (file)
@@ -20,7 +20,6 @@
 
 #pragma once
 
-#include "remote_protocol.h"
 #include "rpc/virnetserverprogram.h"
 #include "rpc/virnetserverclient.h"
 
index a6d2c915e61471ceb485ef30d90922d11df6d611..645be6eafd4c3e8abdad07663da1076581f9d3da 100644 (file)
@@ -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"
index 3c892bf8e6c840019fbd2e06c9fb92f19b556b7c..94566069f05be14293f7e1f122f03496b4194b95 100644 (file)
@@ -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"