On 08.01.2018 18:28, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > slirp/slirp.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/slirp/slirp.h b/slirp/slirp.h > index 9a7287e7cc..447dc045a8 100644 > --- a/slirp/slirp.h > +++ b/slirp/slirp.h > @@ -1,7 +1,6 @@ > #ifndef SLIRP_H > #define SLIRP_H > > -#include "qemu/host-utils.h"
This had been added by commit 87776ab72b02e3c99a042ab7a0a378bc457cc069 which stated "There are some inclusions of qemu/host-utils.h in headers, but they are all necessary." ... I wonder why it is not necessary anymore today...? Anyway, seems like it compiles now fine without this: Tested-by: Thomas Huth <th...@redhat.com>