From: Fam Zheng <famz@redhat.com>
To: qemu-devel@nongnu.org
Cc: Jason Wang <jasowang@redhat.com>
Subject: [Qemu-devel] [PATCH 1/2] vl: Don't include vde header
Date: Thu, 7 Sep 2017 16:35:51 +0800 [thread overview]
Message-ID: <20170907083552.17725-2-famz@redhat.com> (raw)
In-Reply-To: <20170907083552.17725-1-famz@redhat.com>
Nothing in vl.c uses anything from the vde package, do remove the
unnecessary include.
Signed-off-by: Fam Zheng <famz@redhat.com>
---
vl.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/vl.c b/vl.c
index e75757f977..293cd91ec9 100644
--- a/vl.c
+++ b/vl.c
@@ -31,10 +31,6 @@
#include "sysemu/seccomp.h"
#endif
-#if defined(CONFIG_VDE)
-#include <libvdeplug.h>
-#endif
-
#ifdef CONFIG_SDL
#if defined(__APPLE__) || defined(main)
#include <SDL.h>
--
2.13.5
next prev parent reply other threads:[~2017-09-07 8:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-07 8:35 [Qemu-devel] [PATCH 0/2] buildsys: Move vde cflags/libs to per object Fam Zheng
2017-09-07 8:35 ` Fam Zheng [this message]
2017-09-07 8:35 ` [Qemu-devel] [PATCH 2/2] buildsys: Move vde libs " Fam Zheng
2017-09-08 1:59 ` [Qemu-devel] [PATCH 0/2] buildsys: Move vde cflags/libs " Jason Wang
2017-09-08 6:08 ` Fam Zheng
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=20170907083552.17725-2-famz@redhat.com \
--to=famz@redhat.com \
--cc=jasowang@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).