node_device: 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:13:01 +08:00 committed by Ján Tomko
parent b19cb3dff0
commit 3c97380138
2 changed files with 0 additions and 6 deletions

View File

@ -32,14 +32,11 @@
#include "viralloc.h"
#include "virfile.h"
#include "virjson.h"
#include "virstring.h"
#include "node_device_conf.h"
#include "node_device_event.h"
#include "node_device_driver.h"
#include "node_device_util.h"
#include "virvhba.h"
#include "viraccessapicheck.h"
#include "virnetdev.h"
#include "virutil.h"
#include "vircommand.h"
#include "virlog.h"

View File

@ -30,11 +30,9 @@
#include "node_device_udev.h"
#include "virerror.h"
#include "driver.h"
#include "datatypes.h"
#include "virlog.h"
#include "viralloc.h"
#include "viruuid.h"
#include "virbuffer.h"
#include "virfile.h"
#include "virccw.h"
#include "virpci.h"
@ -43,7 +41,6 @@
#include "virnetdev.h"
#include "virmdev.h"
#include "virutil.h"
#include "virpcivpd.h"
#include "configmake.h"