diff options
author | Peng Liang <tcx4c70@gmail.com> | 2022-06-08 20:13:05 +0800 |
---|---|---|
committer | Ján Tomko <jtomko@redhat.com> | 2022-06-16 06:43:57 +0200 |
commit | 38ab1982fabd9a6ca05498dc5439b6cace44fc66 (patch) | |
tree | 92f7e700738bfe9a1bdebb4aa6ff31acecff0cfc /src/rpc/virnetclient.h | |
parent | 68dae9176728658ad69e9b7359dac4596def5895 (diff) | |
download | libvirt-38ab1982fabd9a6ca05498dc5439b6cace44fc66.tar.gz |
rpc: Remove unused includes
Signed-off-by: Peng Liang <tcx4c70@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'src/rpc/virnetclient.h')
-rw-r--r-- | src/rpc/virnetclient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/virnetclient.h b/src/rpc/virnetclient.h index 5048033325..1647a6cc71 100644 --- a/src/rpc/virnetclient.h +++ b/src/rpc/virnetclient.h @@ -27,7 +27,6 @@ #endif #include "virnetclientprogram.h" #include "virnetclientstream.h" -#include "virobject.h" #include "viruri.h" typedef enum { |