diff options
Diffstat (limited to 'hw/cadence_uart.c')
-rw-r--r-- | hw/cadence_uart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/cadence_uart.c b/hw/cadence_uart.c index 686e6172d0..7dd2fe54ed 100644 --- a/hw/cadence_uart.c +++ b/hw/cadence_uart.c @@ -17,8 +17,8 @@ */ #include "sysbus.h" -#include "qemu-char.h" -#include "qemu-timer.h" +#include "char/char.h" +#include "qemu/timer.h" #ifdef CADENCE_UART_ERR_DEBUG #define DB_PRINT(...) do { \ |