]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/eepro100.c
softmmu: move include files to include/sysemu/
[mirror_qemu.git] / hw / eepro100.c
index 9e2be4ea0df77c42af9c60f912731b33cf1160f8..6bbefb505fd1d3d7a103961a56f099e5201b3d7c 100644 (file)
@@ -45,8 +45,8 @@
 #include "pci/pci.h"
 #include "net/net.h"
 #include "eeprom93xx.h"
-#include "sysemu.h"
-#include "dma.h"
+#include "sysemu/sysemu.h"
+#include "sysemu/dma.h"
 
 /* QEMU sends frames smaller than 60 bytes to ethernet nics.
  * Such frames are rejected by real nics and their emulations.