From: Erik Skultety Date: Mon, 10 Aug 2015 12:02:32 +0000 (+0200) Subject: admin: Drop 'internal.h' include from libvirt-admin.h X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=eefec56b478e53f06c389ee75a21066b17606163;p=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. --- diff --git a/include/libvirt/libvirt-admin.h b/include/libvirt/libvirt-admin.h index b3cfc93fcb..9997cc2880 100644 --- a/include/libvirt/libvirt-admin.h +++ b/include/libvirt/libvirt-admin.h @@ -26,8 +26,6 @@ #ifndef __VIR_ADMIN_H__ # define __VIR_ADMIN_H__ -# include "internal.h" - # ifdef __cplusplus extern "C" { # endif