mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
cleanup: Don't include libvirt/libvirt.h
Which is already included by "internal.h", later patch will add syntax-check to avoid it.
This commit is contained in:
parent
bc95be5dea
commit
2d25fd4f41
@ -24,7 +24,6 @@
|
||||
#ifndef __VIR_NODEINFO_H__
|
||||
# define __VIR_NODEINFO_H__
|
||||
|
||||
# include "libvirt/libvirt.h"
|
||||
# include "capabilities.h"
|
||||
|
||||
int nodeGetInfo(virConnectPtr conn, virNodeInfoPtr nodeinfo);
|
||||
|
@ -49,7 +49,6 @@
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "driver.h"
|
||||
#include "libvirt/libvirt.h"
|
||||
#include "virerror.h"
|
||||
#include "viruuid.h"
|
||||
#include "domain_conf.h"
|
||||
|
@ -36,7 +36,6 @@
|
||||
* 'REMOTE_'. This makes names quite long.
|
||||
*/
|
||||
|
||||
%#include <libvirt/libvirt.h>
|
||||
%#include "internal.h"
|
||||
%#include <arpa/inet.h>
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
# define __VIR_UTIL_VIRTKEYCODE_H__
|
||||
|
||||
# include "virutil.h"
|
||||
# include "libvirt/libvirt.h"
|
||||
|
||||
VIR_ENUM_DECL(virKeycodeSet);
|
||||
int virKeycodeValueFromString(virKeycodeSet codeset, const char *keyname);
|
||||
|
Loading…
x
Reference in New Issue
Block a user