Re: [libvirt] [PATCH 3/5] util: Don't include 'viralloc.h' into other header files

2019-04-08 Thread Ján Tomko
On Wed, Apr 03, 2019 at 03:06:35PM +0200, Peter Krempa wrote: 'viralloc.h' does not provide any type or macro which would be necessary in headers. Prevent leakage of the inclusion. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko Jano signature.asc Description: PGP signature -- libvir-l

[libvirt] [PATCH 3/5] util: Don't include 'viralloc.h' into other header files

2019-04-03 Thread Peter Krempa
'viralloc.h' does not provide any type or macro which would be necessary in headers. Prevent leakage of the inclusion. Signed-off-by: Peter Krempa --- src/conf/domain_capabilities.h | 1 - src/conf/node_device_util.c | 1 + src/conf/virdomainmomentobjlist.c | 1 + src/conf/virdoma