mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
locking: Remove unused includes
Signed-off-by: Peng Liang <tcx4c70@gmail.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -22,9 +22,6 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "domain_lock.h"
|
||||
#include "viralloc.h"
|
||||
#include "viruuid.h"
|
||||
#include "virerror.h"
|
||||
#include "virlog.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_LOCKING
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "internal.h"
|
||||
#include "domain_conf.h"
|
||||
#include "lock_manager.h"
|
||||
|
||||
int virDomainLockProcessStart(virLockManagerPlugin *plugin,
|
||||
|
||||
@@ -37,10 +37,8 @@
|
||||
#include "virerror.h"
|
||||
#include "virlog.h"
|
||||
#include "viralloc.h"
|
||||
#include "virconf.h"
|
||||
#include "rpc/virnetdaemon.h"
|
||||
#include "rpc/virnetserver.h"
|
||||
#include "virrandom.h"
|
||||
#include "virhash.h"
|
||||
#include "viruuid.h"
|
||||
#include "virstring.h"
|
||||
|
||||
@@ -23,12 +23,8 @@
|
||||
|
||||
#include "lock_daemon_config.h"
|
||||
#include "virconf.h"
|
||||
#include "viralloc.h"
|
||||
#include "virerror.h"
|
||||
#include "virlog.h"
|
||||
#include "rpc/virnetdaemon.h"
|
||||
#include "configmake.h"
|
||||
#include "virstring.h"
|
||||
#include "virutil.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_CONF
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include "rpc/virnetdaemon.h"
|
||||
#include "rpc/virnetserverclient.h"
|
||||
#include "virlog.h"
|
||||
#include "virstring.h"
|
||||
#include "lock_daemon.h"
|
||||
#include "lock_protocol.h"
|
||||
#include "virerror.h"
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
#include "lock_protocol.h"
|
||||
#include "configmake.h"
|
||||
#include "virstoragefile.h"
|
||||
#include "virstring.h"
|
||||
#include "virutil.h"
|
||||
|
||||
#include "lock_driver_lockd.h"
|
||||
|
||||
@@ -22,9 +22,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "lock_driver_nop.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "viruuid.h"
|
||||
|
||||
VIR_LOG_INIT("locking.lock_driver_nop");
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include "virlog.h"
|
||||
#include "viralloc.h"
|
||||
#include "viruuid.h"
|
||||
#include "virstring.h"
|
||||
|
||||
#if WITH_DLFCN_H
|
||||
# include <dlfcn.h>
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "virconf.h"
|
||||
#include "viralloc.h"
|
||||
#include "domain_conf.h"
|
||||
#include "virgettext.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user