Skip to content

Commit

Permalink
vl: Don't include vde header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fam Zheng committed Sep 22, 2017
1 parent f300ca6 commit 27ad39b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vl.c
Expand Up @@ -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>
Expand Down

0 comments on commit 27ad39b

Please sign in to comment.