diff options
Diffstat (limited to 'hw/display/qxl-logger.c')
-rw-r--r-- | hw/display/qxl-logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/qxl-logger.c b/hw/display/qxl-logger.c index 84f9aa1eda..3cd85d9b97 100644 --- a/hw/display/qxl-logger.c +++ b/hw/display/qxl-logger.c @@ -20,7 +20,7 @@ */ #include "qemu/timer.h" -#include "hw/qxl.h" +#include "qxl.h" static const char *qxl_type[] = { [ QXL_CMD_NOP ] = "nop", |