diff options
Diffstat (limited to 'hw/display/i2c-ddc.c')
-rw-r--r-- | hw/display/i2c-ddc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/i2c-ddc.c b/hw/display/i2c-ddc.c index 9fe5403a92..041fc4f408 100644 --- a/hw/display/i2c-ddc.c +++ b/hw/display/i2c-ddc.c @@ -17,8 +17,8 @@ */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "qemu/log.h" +#include "qemu/module.h" #include "hw/i2c/i2c.h" #include "hw/display/i2c-ddc.h" |