]> git.proxmox.com Git - qemu.git/blobdiff - hw/e1000.c
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
[qemu.git] / hw / e1000.c
index 45cc3300cfa922081e5fb9cdc56f501c68e2b9ae..80b6ee3c1a626651bbfa664feee84883d70c7f0d 100644 (file)
  */
 
 
-#include "hw.h"
-#include "pci/pci.h"
+#include "hw/hw.h"
+#include "hw/pci/pci.h"
 #include "net/net.h"
 #include "net/checksum.h"
-#include "loader.h"
+#include "hw/loader.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/dma.h"
 
-#include "e1000_hw.h"
+#include "hw/e1000_hw.h"
 
 #define E1000_DEBUG