diff options
Diffstat (limited to 'include/hw/dma/xlnx_dpdma.h')
-rw-r--r-- | include/hw/dma/xlnx_dpdma.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hw/dma/xlnx_dpdma.h b/include/hw/dma/xlnx_dpdma.h index 40537a8..484b2e3 100644 --- a/include/hw/dma/xlnx_dpdma.h +++ b/include/hw/dma/xlnx_dpdma.h @@ -26,8 +26,7 @@ #define XLNX_DPDMA_H #include "hw/sysbus.h" -#include "ui/console.h" -#include "sysemu/dma.h" +#include "system/dma.h" #include "qom/object.h" #define XLNX_DPDMA_REG_ARRAY_SIZE (0x1000 >> 2) |