On 22.09.2017 18:01, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > hw/alpha/alpha_sys.h | 2 -- > hw/alpha/pci.c | 2 ++ > hw/alpha/typhoon.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/hw/alpha/alpha_sys.h b/hw/alpha/alpha_sys.h > index b6d8369ed7..ac685c1c46 100644 > --- a/hw/alpha/alpha_sys.h > +++ b/hw/alpha/alpha_sys.h > @@ -5,8 +5,6 @@ > > #include "target/alpha/cpu-qom.h" > #include "hw/pci/pci.h" > -#include "hw/pci/pci_host.h" > -#include "hw/ide.h" > #include "hw/i386/pc.h"
Didn't you want to remove that pc.h line according to the patch description? Thomas