diff options
author | 2018-01-08 14:28:58 -0300 | |
---|---|---|
committer | 2018-01-14 18:16:13 +0100 | |
commit | 847b2557db930f41b27bd9b5aa60bd40a6d27281 (patch) | |
tree | 5989c597de3d88482e1b940e1ae96e094892cb2e | |
parent | slirp: avoid IN6_IS_ADDR_UNSPECIFIED(), rather use in6_zero() (diff) | |
download | qemu-847b2557db930f41b27bd9b5aa60bd40a6d27281.tar.xz qemu-847b2557db930f41b27bd9b5aa60bd40a6d27281.zip |
slirp: remove unused header
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
-rw-r--r-- | slirp/slirp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h index 898ec9516d..06febfc78b 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -1,7 +1,6 @@ #ifndef SLIRP_H #define SLIRP_H -#include "qemu/host-utils.h" #include "slirp_config.h" #ifdef _WIN32 |