qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH]  Removed header qemu-common.h from path.c
@ 2017-03-01 14:23 Suramya Shah
  2017-03-01 14:26 ` no-reply
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Suramya Shah @ 2017-03-01 14:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: Suramya Shah

Signed-off-by: Suramya Shah <shah.suramya@gmail.com>
---
 util/path.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/util/path.c b/util/path.c
index 5479f76..46a6098 100644
--- a/util/path.c
+++ b/util/path.c
@@ -6,8 +6,7 @@
 #include "qemu/osdep.h"
 #include <sys/param.h>
 #include <dirent.h>
-#include "qemu-common.h"
-#include "qemu/cutils.h"
+:#include "qemu/cutils.h"
 #include "qemu/path.h"
 
 struct pathelem
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c
@ 2017-03-03 19:18 Suramya Shah
  2017-03-03 19:25 ` Eric Blake
  0 siblings, 1 reply; 6+ messages in thread
From: Suramya Shah @ 2017-03-03 19:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: marcel, armbru, Suramya Shah

Signed-off-by: Suramya Shah <shah.suramya@gmail.com>
---
 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] 6+ messages in thread

end of thread, other threads:[~2017-03-03 19:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-01 14:23 [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c Suramya Shah
2017-03-01 14:26 ` no-reply
2017-03-01 14:28 ` no-reply
2017-03-02  6:53 ` Markus Armbruster
  -- strict thread matches above, loose matches on Subject: below --
2017-03-03 19:18 Suramya Shah
2017-03-03 19:25 ` Eric Blake

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).