mirror of https://gitee.com/openkylin/libvirt.git
cpu: Don't use prefixes for no reason
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
97a84a9344
commit
86d4a558d8
|
@ -33,7 +33,7 @@
|
|||
#include "cpu_ppc64.h"
|
||||
#include "cpu_s390.h"
|
||||
#include "cpu_arm.h"
|
||||
#include "util/virstring.h"
|
||||
#include "virstring.h"
|
||||
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_CPU
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
# include "virerror.h"
|
||||
# include "datatypes.h"
|
||||
# include "virarch.h"
|
||||
# include "conf/cpu_conf.h"
|
||||
# include "cpu_conf.h"
|
||||
# include "cpu_x86_data.h"
|
||||
# include "cpu_ppc64_data.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue