mirror of https://gitee.com/openkylin/libvirt.git
admin: Drop 'internal.h' include from libvirt-admin.h
This is a public library, it shouldn't include anything that is internal. Including the library in it's current state to an example application fails the preprocessor phase.
This commit is contained in:
parent
f4f1d18dc4
commit
eefec56b47
include/libvirt
|
@ -26,8 +26,6 @@
|
|||
#ifndef __VIR_ADMIN_H__
|
||||
# define __VIR_ADMIN_H__
|
||||
|
||||
# include "internal.h"
|
||||
|
||||
# ifdef __cplusplus
|
||||
extern "C" {
|
||||
# endif
|
||||
|
|
Loading…
Reference in New Issue