From: Thomas Huth Date: Thu, 8 May 2025 14:41:16 +0000 (+0200) Subject: include/hw/dma/xlnx_dpdma: Remove dependency on console.h X-Git-Tag: v10.1.0-rc0~88^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ea7a5762aa1aacb7a5410e4b805bb8c99c6f133;p=thirdparty%2Fqemu.git include/hw/dma/xlnx_dpdma: Remove dependency on console.h console.h brings a dependency on the and the pixman header file (if available), so we should avoid to include this file if it is not really necessary. console.h does not seem to be necessary for the xlnx_dpdma code, so drop the include here. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth Message-ID: <20250508144120.163009-2-thuth@redhat.com> --- 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"