include/hw/dma/xlnx_dpdma: Remove dependency on console.h

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>
This commit is contained in:
Thomas Huth 2025-05-08 16:41:16 +02:00
parent bdf12f2a56
commit 6ea7a5762a

View 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"