Nothing in vl.c uses anything from the vde package, do remove the unnecessary include.
Signed-off-by: Fam Zheng <[email protected]> Message-Id: <[email protected]> Reviewed-by: Jason Wang <[email protected]> Signed-off-by: Fam Zheng <[email protected]> --- vl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vl.c b/vl.c index fb1f05b937..7187e6c350 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
