]> Git Repo - qemu.git/blobdiff - hw/net/rtl8139.c
Include migration/vmstate.h less
[qemu.git] / hw / net / rtl8139.c
index 2342a095e34e64488dc74eb31770900cc68be993..9975af44dddd692c16d46f769fba2254e963a1bb 100644 (file)
  */
 
 /* For crc32 */
+
 #include "qemu/osdep.h"
 #include <zlib.h>
 
 #include "hw/hw.h"
 #include "hw/pci/pci.h"
+#include "migration/vmstate.h"
 #include "sysemu/dma.h"
+#include "qemu/module.h"
 #include "qemu/timer.h"
 #include "net/net.h"
 #include "net/eth.h"
This page took 0.026066 seconds and 4 git commands to generate.