From: Suramya Shah <shah.suramya@gmail.com>
To: qemu-devel@nongnu.org
Cc: armbru@redhat.com, shah.suramya@gmail.com
Subject: [Qemu-devel] [PATCH v4] util: Removed unneeded header from path.c
Date: Fri, 10 Mar 2017 22:09:48 +0530 [thread overview]
Message-ID: <20170310163948.7567-1-shah.suramya@gmail.com> (raw)
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
next reply other threads:[~2017-03-10 16:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-10 16:39 Suramya Shah [this message]
2017-03-10 17:09 ` [Qemu-devel] [PATCH v4] util: Removed unneeded header from path.c Thomas Huth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170310163948.7567-1-shah.suramya@gmail.com \
--to=shah.suramya@gmail.com \
--cc=armbru@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).