]> xenbits.xensource.com Git - libvirt.git/commitdiff
admin: Drop 'internal.h' include from libvirt-admin.h
authorErik Skultety <eskultet@redhat.com>
Mon, 10 Aug 2015 12:02:32 +0000 (14:02 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 11 Aug 2015 08:41:10 +0000 (10:41 +0200)
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.

include/libvirt/libvirt-admin.h

index b3cfc93fcb7da4ed91a001e7394f9c2f78d0cb54..9997cc28805422138a73387b0b17077e2a48a471 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef __VIR_ADMIN_H__
 # define __VIR_ADMIN_H__
 
-# include "internal.h"
-
 # ifdef __cplusplus
 extern "C" {
 # endif