Prechádzať zdrojové kódy

ide: move headers to include folder

The patch moves "hw/ide/achi.h", "hw/ide/pci.h" and "hw/ide/internal.h" headers
to corresponding folders inside "include" folder alike other Qemu headers.

Signed-off-by: Efimov Vasily <real@ispras.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Efimov Vasily 9 rokov pred
rodič
commit
e8ad4d1680

+ 1 - 1
hw/ide/ahci.c

@@ -30,7 +30,7 @@
 #include "qemu/error-report.h"
 #include "qemu/error-report.h"
 #include "sysemu/block-backend.h"
 #include "sysemu/block-backend.h"
 #include "sysemu/dma.h"
 #include "sysemu/dma.h"
-#include "internal.h"
+#include <hw/ide/internal.h>
 #include <hw/ide/pci.h>
 #include <hw/ide/pci.h>
 #include <hw/ide/ahci.h>
 #include <hw/ide/ahci.h>
 
 

+ 0 - 0
hw/ide/ahci.h → include/hw/ide/ahci.h


+ 0 - 0
hw/ide/internal.h → include/hw/ide/internal.h


+ 0 - 0
hw/ide/pci.h → include/hw/ide/pci.h