]> git.ipfire.org Git - thirdparty/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)
committerCole Robinson <crobinso@redhat.com>
Tue, 22 Sep 2015 00:17:59 +0000 (20:17 -0400)
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 eefec56b478e53f06c389ee75a21066b17606163)

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