mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
f300ca63c7
commit
27ad39ba61
1 changed files with 0 additions and 4 deletions
4
vl.c
4
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue