diff mbox series

[PULL,1/3] hw/xen/xen_pt_load_rom: Remove unused includes

Message ID 20200227121645.2601280-2-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show
Series [PULL,1/3] hw/xen/xen_pt_load_rom: Remove unused includes | expand

Commit Message

Anthony PERARD Feb. 27, 2020, 12:16 p.m. UTC
From: Philippe Mathieu-Daudé <philmd@redhat.com>

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>
Message-Id: <20191014142246.4538-9-philmd@redhat.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 hw/xen/xen_pt_load_rom.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/hw/xen/xen_pt_load_rom.c b/hw/xen/xen_pt_load_rom.c
index 307a5c93e235..a50a80837ea2 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"