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

index da37a8fd200fd29a64876470e77a01359d8e218d..fb82cef046577886d63af8efffdb61942221cddf 100644 (file)
 #pragma once
 
 #include "internal.h"
-#include "virerror.h"
 #include "hyperv_util.h"
 #include "hyperv_wsman.h"
 #include "capabilities.h"
-#include "domain_conf.h"
 
 typedef struct _hypervPrivate hypervPrivate;
 struct _hypervPrivate {
index ede786be253775d99938a81477f4717fa734d271..fe71e47285d5b62e1608779c9741cbf836c5b18b 100644 (file)
 #include <config.h>
 
 #include "internal.h"
-#include "datatypes.h"
 #include "viralloc.h"
 #include "virlog.h"
-#include "viruuid.h"
 #include "hyperv_private.h"
 #include "hyperv_util.h"
-#include "virstring.h"
 
 #define VIR_FROM_THIS VIR_FROM_HYPERV