1
0
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:
Osier Yang 2013-04-16 21:41:45 +08:00
parent bc95be5dea
commit 2d25fd4f41
4 changed files with 0 additions and 4 deletions

View File

@ -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);

View File

@ -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"

View File

@ -36,7 +36,6 @@
* 'REMOTE_'. This makes names quite long.
*/
%#include <libvirt/libvirt.h>
%#include "internal.h"
%#include <arpa/inet.h>

View File

@ -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);