]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
include/hw/dma/xlnx_dpdma: Remove dependency on console.h
authorThomas Huth <thuth@redhat.com>
Thu, 8 May 2025 14:41:16 +0000 (16:41 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 14 May 2025 09:50:42 +0000 (11:50 +0200)
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. console.h does not seem to be necessary
for the xlnx_dpdma code, so drop the include here.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250508144120.163009-2-thuth@redhat.com>

include/hw/dma/xlnx_dpdma.h

index 1ec0d265be21d149214dfb4d9987564aa681059e..484b2e377f00d9efa8ea84ab16b81531b96686c7 100644 (file)
@@ -26,7 +26,6 @@
 #define XLNX_DPDMA_H
 
 #include "hw/sysbus.h"
-#include "ui/console.h"
 #include "system/dma.h"
 #include "qom/object.h"