mirror of https://gitee.com/openkylin/qemu.git
hw: Trim superfluous #include "block_int.h"
Including it in device models is unclean, including it without a reason adds insult to injury. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
d1a0739de5
commit
fb0c61a5a5
1
hw/fdc.c
1
hw/fdc.c
|
@ -36,7 +36,6 @@
|
|||
#include "qdev-addr.h"
|
||||
#include "blockdev.h"
|
||||
#include "sysemu.h"
|
||||
#include "block_int.h"
|
||||
|
||||
/********************************************************/
|
||||
/* debug Floppy devices */
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <hw/pci.h>
|
||||
#include <hw/isa.h>
|
||||
#include "block.h"
|
||||
#include "block_int.h"
|
||||
#include "sysemu.h"
|
||||
#include "dma.h"
|
||||
|
||||
|
|
|
@ -66,7 +66,6 @@
|
|||
#include <hw/pci.h>
|
||||
#include <hw/isa.h>
|
||||
#include "block.h"
|
||||
#include "block_int.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/pci.h>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <hw/pc.h>
|
||||
#include <hw/isa.h>
|
||||
#include "block.h"
|
||||
#include "block_int.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/internal.h>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <hw/ppc_mac.h>
|
||||
#include <hw/mac_dbdma.h>
|
||||
#include "block.h"
|
||||
#include "block_int.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/internal.h>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <hw/pc.h>
|
||||
#include <hw/pcmcia.h>
|
||||
#include "block.h"
|
||||
#include "block_int.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/internal.h>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
*/
|
||||
#include <hw/hw.h>
|
||||
#include "block.h"
|
||||
#include "block_int.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/internal.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <hw/pci.h>
|
||||
#include <hw/isa.h>
|
||||
#include "block.h"
|
||||
#include "block_int.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/pci.h>
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <hw/pci.h>
|
||||
#include <hw/isa.h>
|
||||
#include "block.h"
|
||||
#include "block_int.h"
|
||||
#include "sysemu.h"
|
||||
#include "dma.h"
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#include "hw.h"
|
||||
#include "pci.h"
|
||||
#include "scsi.h"
|
||||
#include "block_int.h"
|
||||
|
||||
//#define DEBUG_LSI
|
||||
//#define DEBUG_LSI_REG
|
||||
|
|
Loading…
Reference in New Issue