diff options
Diffstat (limited to 'hw/hid.c')
-rw-r--r-- | hw/hid.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |