From 27ad39ba6182625dbd56cf8949c13631a347775b Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Thu, 7 Sep 2017 16:35:51 +0800 Subject: [PATCH] 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 --- vl.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.11.0