tu: Remove unecessary forward declaration

tu_queue.h is included so this isn't necessary.

Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40853>
This commit is contained in:
Karmjit Mahil 2026-04-08 15:16:01 +01:00 committed by Marge Bot
parent 0fcecb97f1
commit 718f90dd8c

View file

@ -334,7 +334,6 @@ struct tu_pvtmem_bo {
};
struct tu_virtio_device;
struct tu_queue;
struct tu_device
{