qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4] util: Removed unneeded header from path.c
@ 2017-03-10 16:39 Suramya Shah
  2017-03-10 17:09 ` Thomas Huth
  0 siblings, 1 reply; 2+ messages in thread
From: Suramya Shah @ 2017-03-10 16:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru, shah.suramya

Signed-off-by: Suramya Shah <shah.suramya@gmail.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
--- 
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,7 +6,6 @@
 #include "qemu/osdep.h"
 #include <sys/param.h>
 #include <dirent.h>
-#include "qemu-common.h"
 #include "qemu/cutils.h"
 #include "qemu/path.h"
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH v4] util: Removed unneeded header from path.c
  2017-03-10 16:39 [Qemu-devel] [PATCH v4] util: Removed unneeded header from path.c Suramya Shah
@ 2017-03-10 17:09 ` Thomas Huth
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Huth @ 2017-03-10 17:09 UTC (permalink / raw)
  To: Suramya Shah, qemu-devel; +Cc: armbru, QEMU Trivial

On 10.03.2017 17:39, Suramya Shah wrote:
> Signed-off-by: Suramya Shah <shah.suramya@gmail.com>
> Reviewed-by: Eric Blake <eblake@redhat.com>
> --- 
> 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,7 +6,6 @@
>  #include "qemu/osdep.h"
>  #include <sys/param.h>
>  #include <dirent.h>
> -#include "qemu-common.h"
>  #include "qemu/cutils.h"
>  #include "qemu/path.h"

Reviewed-by: Thomas Huth <thuth@redhat.com>

(and putting qemu-trivial on CC: for this)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-10 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10 16:39 [Qemu-devel] [PATCH v4] util: Removed unneeded header from path.c Suramya Shah
2017-03-10 17:09 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).