diff options
Diffstat (limited to 'hw/hid.c')
| -rw-r--r-- | hw/hid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/hid.c b/hw/hid.c index 03761ab8b8..0fee3b6ddd 100644 --- a/hw/hid.c +++ b/hw/hid.c @@ -23,8 +23,8 @@ * THE SOFTWARE. */ #include "hw.h" -#include "console.h" -#include "qemu-timer.h" +#include "ui/console.h" +#include "qemu/timer.h" #include "hid.h" #define HID_USAGE_ERROR_ROLLOVER 0x01 |