From: Thomas Huth <th...@redhat.com> console.h brings a dependency on the <epoxy/opengl.h> and the pixman header file (if available), so we should avoid to include this file if it is not really necessary (otherwise we have to specify the dependency in the meson.build file, too, to get the right include paths everywhere). console.h does not seem to be necessary for the xlnx_dpdma code, so drop the include here.
Signed-off-by: Thomas Huth <th...@redhat.com> --- include/hw/dma/xlnx_dpdma.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/hw/dma/xlnx_dpdma.h b/include/hw/dma/xlnx_dpdma.h index 1ec0d265be2..484b2e377f0 100644 --- a/include/hw/dma/xlnx_dpdma.h +++ b/include/hw/dma/xlnx_dpdma.h @@ -26,7 +26,6 @@ #define XLNX_DPDMA_H #include "hw/sysbus.h" -#include "ui/console.h" #include "system/dma.h" #include "qom/object.h" -- 2.49.0