panvk: Kill panvk_private.h

Explicitly include the headers we need in the various .{c,h} files and
remove panvk_private.h.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Rebecca Mckeever <rebecca.mckeever@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28170>
This commit is contained in:
Boris Brezillon
2023-12-21 14:25:36 +01:00
committed by Marge Bot
parent fc69751abd
commit 2de95773b9
35 changed files with 62 additions and 148 deletions

View File

@@ -16,7 +16,6 @@
#include "panvk_macros.h"
#include "panvk_mempool.h"
#include "panvk_pipeline.h"
#include "panvk_private.h"
#include "panvk_shader.h"
#include "pan_jc.h"