]> git.proxmox.com Git - qemu.git/blobdiff - hw/ecc.c
Break up vl.h.
[qemu.git] / hw / ecc.c
index 970ede806a1c48782d2cced9a1880a2d2aa53881..0e5f80c20be21e8e506f4e33f67f1b790f8caeaf 100644 (file)
--- a/hw/ecc.c
+++ b/hw/ecc.c
@@ -8,7 +8,8 @@
  * This code is licensed under the GNU GPL v2.
  */
 
-#include "vl.h"
+#include "hw.h"
+#include "flash.h"
 
 /*
  * Pre-calculated 256-way 1 byte column parity.  Table borrowed from Linux.