aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2017-09-07 16:35:51 +0800
committerFam Zheng <famz@redhat.com>2017-09-22 10:20:34 +0800
commit27ad39ba6182625dbd56cf8949c13631a347775b (patch)
tree6513d1af5eb49c5a484cbb7bbf299e36faeafdaa
parentf300ca63c7be30ab15be3e151375ee7c61f83171 (diff)
downloadqemu-27ad39ba6182625dbd56cf8949c13631a347775b.zip
qemu-27ad39ba6182625dbd56cf8949c13631a347775b.tar.gz
qemu-27ad39ba6182625dbd56cf8949c13631a347775b.tar.bz2
vl: Don't include vde header
Nothing in vl.c uses anything from the vde package, do remove the unnecessary include. Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <20170907083552.17725-2-famz@redhat.com> Reviewed-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com>
-rw-r--r--vl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vl.c b/vl.c
index 9bb5058..88ae727 100644
--- a/vl.c
+++ b/vl.c
@@ -32,10 +32,6 @@
#include "sys/prctl.h"
#endif
-#if defined(CONFIG_VDE)
-#include <libvdeplug.h>
-#endif
-
#ifdef CONFIG_SDL
#if defined(__APPLE__) || defined(main)
#include <SDL.h>