hyperv: Remove unused includes

Signed-off-by: Peng Liang <tcx4c70@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peng Liang 2022-06-08 20:12:55 +08:00 committed by Ján Tomko
parent 623efbcb11
commit 07d8142814
2 changed files with 0 additions and 5 deletions

View File

@ -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 {

View File

@ -22,13 +22,10 @@
#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