Break up vl.h.
[qemu] / hw / smc91c111.c
index 25e6f79..410051d 100644 (file)
@@ -7,7 +7,9 @@
  * This code is licenced under the GPL
  */
 
-#include "vl.h"
+#include "hw.h"
+#include "net.h"
+#include "devices.h"
 /* For crc32 */
 #include <zlib.h>