mirror of https://gitee.com/openkylin/libvirt.git
Remove unnecessary includes from virsh.h
Include them in the files that need them instead.
This commit is contained in:
parent
8995e91b5f
commit
15e61034a5
|
@ -47,6 +47,7 @@
|
|||
#include "virjson.h"
|
||||
#include "virkeycode.h"
|
||||
#include "virmacaddr.h"
|
||||
#include "virnetdevbandwidth.h"
|
||||
#include "virprocess.h"
|
||||
#include "virstring.h"
|
||||
#include "virsh-console.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "virbuffer.h"
|
||||
#include "viralloc.h"
|
||||
#include "virfile.h"
|
||||
#include "virstring.h"
|
||||
#include "conf/network_conf.h"
|
||||
|
||||
virNetworkPtr
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "virbuffer.h"
|
||||
#include "viralloc.h"
|
||||
#include "virfile.h"
|
||||
#include "virstring.h"
|
||||
#include "conf/node_device_conf.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include "viralloc.h"
|
||||
#include "virfile.h"
|
||||
#include "virsh-domain.h"
|
||||
#include "virstring.h"
|
||||
#include "virxml.h"
|
||||
#include "conf/snapshot_conf.h"
|
||||
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
# include "internal.h"
|
||||
# include "virerror.h"
|
||||
# include "virthread.h"
|
||||
# include "virnetdevbandwidth.h"
|
||||
# include "virstring.h"
|
||||
|
||||
# define VSH_MAX_XML_FILE (10*1024*1024)
|
||||
|
||||
|
|
Loading…
Reference in New Issue