From eefec56b478e53f06c389ee75a21066b17606163 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Mon, 10 Aug 2015 14:02:32 +0200 Subject: [PATCH] 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. --- include/libvirt/libvirt-admin.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.2