From 07d814281441ababe518108279f067d030f4dafc Mon Sep 17 00:00:00 2001 From: Peng Liang Date: Wed, 8 Jun 2022 20:12:55 +0800 Subject: [PATCH] hyperv: Remove unused includes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peng Liang Reviewed-by: Ján Tomko --- src/hyperv/hyperv_private.h | 2 -- src/hyperv/hyperv_util.c | 3 --- 2 files changed, 5 deletions(-) diff --git a/src/hyperv/hyperv_private.h b/src/hyperv/hyperv_private.h index da37a8fd20..fb82cef046 100644 --- a/src/hyperv/hyperv_private.h +++ b/src/hyperv/hyperv_private.h @@ -23,11 +23,9 @@ #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 { diff --git a/src/hyperv/hyperv_util.c b/src/hyperv/hyperv_util.c index ede786be25..fe71e47285 100644 --- a/src/hyperv/hyperv_util.c +++ b/src/hyperv/hyperv_util.c @@ -22,13 +22,10 @@ #include #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 -- 2.47.2