Message ID | 20191014142246.4538-9-philmd@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | hw: Clean up hw/i386 headers (and few alpha/hppa) | expand |
On Mon, 14 Oct 2019 at 15:27, Philippe Mathieu-Daudé <philmd@redhat.com> wrote: > > xen_pt_load_rom.c does not use any of these includes, remove them. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Paul Durrant <paul@xen.org> > --- > hw/xen/xen_pt_load_rom.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/hw/xen/xen_pt_load_rom.c b/hw/xen/xen_pt_load_rom.c > index 307a5c93e2..a50a80837e 100644 > --- a/hw/xen/xen_pt_load_rom.c > +++ b/hw/xen/xen_pt_load_rom.c > @@ -3,12 +3,8 @@ > */ > #include "qemu/osdep.h" > #include "qapi/error.h" > -#include "hw/i386/pc.h" > #include "qemu/error-report.h" > -#include "ui/console.h" > #include "hw/loader.h" > -#include "monitor/monitor.h" > -#include "qemu/range.h" > #include "hw/pci/pci.h" > #include "xen_pt.h" > > -- > 2.21.0 >
On Mon, Oct 14, 2019 at 03:29:42PM +0100, Paul Durrant wrote: > On Mon, 14 Oct 2019 at 15:27, Philippe Mathieu-Daudé <philmd@redhat.com> wrote: > > > > xen_pt_load_rom.c does not use any of these includes, remove them. > > > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > > Reviewed-by: Paul Durrant <paul@xen.org> Hi, I've added this patch to a pull requests for the xen. Cheers,
diff --git a/hw/xen/xen_pt_load_rom.c b/hw/xen/xen_pt_load_rom.c index 307a5c93e2..a50a80837e 100644 --- a/hw/xen/xen_pt_load_rom.c +++ b/hw/xen/xen_pt_load_rom.c @@ -3,12 +3,8 @@ */ #include "qemu/osdep.h" #include "qapi/error.h" -#include "hw/i386/pc.h" #include "qemu/error-report.h" -#include "ui/console.h" #include "hw/loader.h" -#include "monitor/monitor.h" -#include "qemu/range.h" #include "hw/pci/pci.h" #include "xen_pt.h"
xen_pt_load_rom.c does not use any of these includes, remove them. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- hw/xen/xen_pt_load_rom.c | 4 ---- 1 file changed, 4 deletions(-)