]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
hypvervisor: Remove unused includes
authorPeng Liang <tcx4c70@gmail.com>
Wed, 8 Jun 2022 12:12:56 +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/hypervisor/domain_driver.h
src/hypervisor/virhostdev.c

index 7b0fbae2fd7133cee1d75f4c7b52df11f92b9990..4241c86932070c4e6c02eb2333b2aab4d7ecf34a 100644 (file)
@@ -20,7 +20,6 @@
 
 #pragma once
 
-#include "domain_conf.h"
 #include "node_device_conf.h"
 #include "virhostdev.h"
 
index 9a83f238542e7e8c96bb0dc5f0e0e00648e6e28f..c0ce867596cd8eda11fba021ee727a1474a32129 100644 (file)
@@ -28,8 +28,6 @@
 
 #include "virhostdev.h"
 #include "viralloc.h"
-#include "virstring.h"
-#include "virfile.h"
 #include "virerror.h"
 #include "virlog.h"
 #include "virutil.h"