mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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.
(cherry picked from commit eefec56b47
)
This commit is contained in:
parent
27ae007f9f
commit
4b4c101232
@ -26,8 +26,6 @@
|
|||||||
#ifndef __VIR_ADMIN_H__
|
#ifndef __VIR_ADMIN_H__
|
||||||
# define __VIR_ADMIN_H__
|
# define __VIR_ADMIN_H__
|
||||||
|
|
||||||
# include "internal.h"
|
|
||||||
|
|
||||||
# ifdef __cplusplus
|
# ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user