mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
Remove virutil.h from all header files
After the split of enum functions into virenum.h, this function does not contain anything worth including in another header file. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
7e0d11be5b
commit
b11e8cccdd
@ -21,7 +21,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "internal.h"
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
typedef enum {
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "virutil.h"
|
||||
#include "virbuffer.h"
|
||||
#include "virxml.h"
|
||||
#include "virbitmap.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <libxml/xpath.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "virutil.h"
|
||||
#include "virthread.h"
|
||||
#include "virbuffer.h"
|
||||
#include "virpci.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <libxml/xpath.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "virutil.h"
|
||||
#include "virthread.h"
|
||||
#include "device_conf.h"
|
||||
#include "virenum.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "virbitmap.h"
|
||||
#include "virutil.h"
|
||||
#include "virscsihost.h"
|
||||
#include "virpci.h"
|
||||
#include "virvhba.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <libxml/xpath.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "virutil.h"
|
||||
#include "virbitmap.h"
|
||||
#include "virbuffer.h"
|
||||
#include "virenum.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "internal.h"
|
||||
#include "virutil.h"
|
||||
|
||||
typedef struct _virSecretDef virSecretDef;
|
||||
typedef virSecretDef *virSecretDefPtr;
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
/**
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
typedef enum {
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
VIR_ENUM_DECL(virKeycodeSet);
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "virobject.h"
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
typedef enum {
|
||||
|
@ -18,8 +18,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <virutil.h>
|
||||
|
||||
#include "virenum.h"
|
||||
|
||||
typedef enum {
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "viruuid.h"
|
||||
#include "virutil.h"
|
||||
#include "virmacaddr.h"
|
||||
#include "virenum.h"
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "virbitmap.h"
|
||||
#include "virutil.h"
|
||||
|
||||
|
||||
char *virNumaGetAutoPlacementAdvice(unsigned short vcpus,
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "internal.h"
|
||||
#include "virmdev.h"
|
||||
#include "virobject.h"
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
typedef struct _virPCIDevice virPCIDevice;
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
/* Some Intel processor families introduced some RDT (Resource Director
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "virbitmap.h"
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
typedef enum {
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include "virobject.h"
|
||||
#include "virbitmap.h"
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
typedef enum {
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "virobject.h"
|
||||
#include "virutil.h"
|
||||
|
||||
typedef struct _virSCSIVHostDevice virSCSIVHostDevice;
|
||||
typedef virSCSIVHostDevice *virSCSIVHostDevicePtr;
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include "internal.h"
|
||||
|
||||
#include "virutil.h"
|
||||
#include "virxml.h"
|
||||
#include "virenum.h"
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "internal.h"
|
||||
#include "virbuffer.h"
|
||||
#include "virsecret.h"
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
#include <libxml/tree.h>
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "virobject.h"
|
||||
#include "virseclabel.h"
|
||||
#include "virstorageencryption.h"
|
||||
#include "virutil.h"
|
||||
#include "virsecret.h"
|
||||
#include "virenum.h"
|
||||
#include "virpci.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "internal.h"
|
||||
#include "virutil.h"
|
||||
#include "virbuffer.h"
|
||||
#include "virenum.h"
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "internal.h"
|
||||
#include "virutil.h"
|
||||
#include "virenum.h"
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user