]> Git Repo - qemu.git/blobdiff - hw/display/i2c-ddc.c
Include hw/qdev-properties.h less
[qemu.git] / hw / display / i2c-ddc.c
index 9fe5403a923e0b23373b67f6f41f3bad42b416d9..fc70b7930cf2dc79211a309950e15f8c9a71240e 100644 (file)
  */
 
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "qemu/log.h"
+#include "qemu/module.h"
 #include "hw/i2c/i2c.h"
+#include "hw/qdev-properties.h"
+#include "migration/vmstate.h"
 #include "hw/display/i2c-ddc.h"
 
 #ifndef DEBUG_I2CDDC
This page took 0.021126 seconds and 4 git commands to generate.