hw/xen/xen_pt_load_rom: Remove unused includes
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 14 Oct 2019 14:22:34 +0000 (16:22 +0200)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 27 Feb 2020 11:50:30 +0000 (11:50 +0000)
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

index 307a5c93e235c190feb202e68599cd5459d7ee00..a50a80837ea20d2ab9e59b89bdf7514345bb98a5 100644 (file)
@@ -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"