mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
bdf12f2a56
commit
6ea7a5762a
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
|||
#define XLNX_DPDMA_H
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "ui/console.h"
|
||||
#include "system/dma.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue