mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +00:00
cpu: Remove unused includes
Signed-off-by: Peng Liang <tcx4c70@gmail.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
000e722d67
commit
e9b5f6bed0
@ -21,16 +21,13 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "virlog.h"
|
||||
#include "viralloc.h"
|
||||
#include "virxml.h"
|
||||
#include "cpu.h"
|
||||
#include "cpu_map.h"
|
||||
#include "cpu_x86.h"
|
||||
#include "cpu_ppc64.h"
|
||||
#include "cpu_s390.h"
|
||||
#include "cpu_arm.h"
|
||||
#include "capabilities.h"
|
||||
#include "virstring.h"
|
||||
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_CPU
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "virerror.h"
|
||||
#include "datatypes.h"
|
||||
#include "virarch.h"
|
||||
#include "domain_capabilities.h"
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "cpu_arm.h"
|
||||
#include "cpu_map.h"
|
||||
#include "virlog.h"
|
||||
#include "virstring.h"
|
||||
#include "virxml.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_CPU
|
||||
|
@ -20,12 +20,10 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "viralloc.h"
|
||||
#include "virfile.h"
|
||||
#include "cpu.h"
|
||||
#include "cpu_map.h"
|
||||
#include "configmake.h"
|
||||
#include "virstring.h"
|
||||
#include "virlog.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_CPU
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "cpu.h"
|
||||
#include "virstring.h"
|
||||
#include "cpu_map.h"
|
||||
#include "virbuffer.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_CPU
|
||||
|
||||
|
@ -21,8 +21,6 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "viralloc.h"
|
||||
#include "virstring.h"
|
||||
#include "cpu.h"
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "cpu_x86.h"
|
||||
#include "virbuffer.h"
|
||||
#include "virendian.h"
|
||||
#include "virstring.h"
|
||||
#include "virhostcpu.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_CPU
|
||||
|
Loading…
x
Reference in New Issue
Block a user