mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
block: move include files to include/block/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7b1b5d1913
commit
737e150e89
109 changed files with 134 additions and 134 deletions
|
@ -26,7 +26,7 @@
|
|||
#include <hw/pc.h>
|
||||
#include <hw/pci/pci.h>
|
||||
#include <hw/isa.h>
|
||||
#include "block.h"
|
||||
#include "block/block.h"
|
||||
#include "sysemu.h"
|
||||
#include "dma.h"
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
#include <hw/pc.h>
|
||||
#include <hw/pci/pci.h>
|
||||
#include <hw/isa.h>
|
||||
#include "block.h"
|
||||
#include "block/block.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/pci.h>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <hw/hw.h>
|
||||
#include <hw/pc.h>
|
||||
#include <hw/isa.h>
|
||||
#include "block.h"
|
||||
#include "block/block.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/internal.h>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <hw/hw.h>
|
||||
#include <hw/ppc_mac.h>
|
||||
#include <hw/mac_dbdma.h>
|
||||
#include "block.h"
|
||||
#include "block/block.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/internal.h>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <hw/hw.h>
|
||||
#include <hw/pc.h>
|
||||
#include <hw/pcmcia.h>
|
||||
#include "block.h"
|
||||
#include "block/block.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/internal.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
#include <hw/hw.h>
|
||||
#include "block.h"
|
||||
#include "block/block.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/internal.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <hw/pc.h>
|
||||
#include <hw/pci/pci.h>
|
||||
#include <hw/isa.h>
|
||||
#include "block.h"
|
||||
#include "block/block.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include <hw/ide/pci.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <hw/pc.h>
|
||||
#include <hw/pci/pci.h>
|
||||
#include <hw/isa.h>
|
||||
#include "block.h"
|
||||
#include "block/block.h"
|
||||
#include "sysemu.h"
|
||||
#include "dma.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue