mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 19:18:23 +00: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:
4
vl.c
4
vl.c
@@ -32,10 +32,6 @@
|
|||||||
#include "sys/prctl.h"
|
#include "sys/prctl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_VDE)
|
|
||||||
#include <libvdeplug.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_SDL
|
#ifdef CONFIG_SDL
|
||||||
#if defined(__APPLE__) || defined(main)
|
#if defined(__APPLE__) || defined(main)
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user