]> git.proxmox.com Git - mirror_qemu.git/commitdiff
vl: Don't include vde header
authorFam Zheng <famz@redhat.com>
Thu, 7 Sep 2017 08:35:51 +0000 (16:35 +0800)
committerFam Zheng <famz@redhat.com>
Fri, 22 Sep 2017 02:20:34 +0000 (10:20 +0800)
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>
vl.c

diff --git a/vl.c b/vl.c
index 9bb5058c3aeda56b8ef6ba0abec5a6560390381d..88ae727486524fbf03ce2a8696769e6360e44a49 100644 (file)
--- a/vl.c
+++ b/vl.c
 #include "sys/prctl.h"
 #endif
 
-#if defined(CONFIG_VDE)
-#include <libvdeplug.h>
-#endif
-
 #ifdef CONFIG_SDL
 #if defined(__APPLE__) || defined(main)
 #include <SDL.h>