Re: [libvirt] [PATCH v3 09/35] util: command: remove redundant include directive

2018-07-10 Thread Erik Skultety
On Sat, Jun 30, 2018 at 02:30:13PM +0530, Sukrit Bhatnagar wrote: > The include directive for viralloc.h is added in vircommand.h > in a previous patch. How about: "viralloc.h is pulled in by vircommand.h" Reviewed-by: Erik Skultety -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH v3 09/35] util: command: remove redundant include directive

2018-07-01 Thread Sukrit Bhatnagar
The include directive for viralloc.h is added in vircommand.h in a previous patch. Signed-off-by: Sukrit Bhatnagar --- src/util/vircommand.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/vircommand.c b/src/util/vircommand.c index 6dab105..8681e7b 100644 --- a/src/util/vircommand.c