Re: [Qemu-devel] [PATCH v4] util: Removed unneeded header from path.c

2017-03-10 Thread Thomas Huth
On 10.03.2017 17:39, Suramya Shah wrote: > Signed-off-by: Suramya Shah > Reviewed-by: Eric Blake > --- > qemu-common.h is no longer necessary as of refactoring done in commit f348b6d. > util/path.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/util/path.c b/util/path.c > index 5479f7

[Qemu-devel] [PATCH v4] util: Removed unneeded header from path.c

2017-03-10 Thread Suramya Shah
Signed-off-by: Suramya Shah Reviewed-by: Eric Blake --- qemu-common.h is no longer necessary as of refactoring done in commit f348b6d. util/path.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/path.c b/util/path.c index 5479f76..7f9fc27 100644 --- a/util/path.c +++ b/util/path.c @@ -6