diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2018-01-08 14:28:58 -0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-14 18:16:13 +0100 |
commit | 847b2557db930f41b27bd9b5aa60bd40a6d27281 (patch) | |
tree | 5989c597de3d88482e1b940e1ae96e094892cb2e /slirp | |
parent | 1120fae0cfb0bd5697211bf66aed981c919a7683 (diff) |
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>
Diffstat (limited to 'slirp')
-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 |