From: Fam Zheng Date: Thu, 7 Sep 2017 08:35:51 +0000 (+0800) Subject: vl: Don't include vde header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=27ad39ba6182625dbd56cf8949c13631a347775b;p=qemu.git 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 Message-Id: <20170907083552.17725-2-famz@redhat.com> Reviewed-by: Jason Wang Signed-off-by: Fam Zheng --- diff --git a/vl.c b/vl.c index 9bb5058c3a..88ae727486 100644 --- a/vl.c +++ b/vl.c @@ -32,10 +32,6 @@ #include "sys/prctl.h" #endif -#if defined(CONFIG_VDE) -#include -#endif - #ifdef CONFIG_SDL #if defined(__APPLE__) || defined(main) #include