pvr: fixup some includes

This just pre-emptively fixes up some includes that will bite us in the
future if not fixed.

Acked-by: Ashish Chauhan <Ashish.Chauhan@imgtec.com>
Acked-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38832>
This commit is contained in:
Erik Faye-Lund
2025-11-24 11:00:19 +01:00
committed by Marge Bot
parent 5dd76663a7
commit 70270348e8
3 changed files with 7 additions and 4 deletions

View File

@@ -14,6 +14,12 @@
#ifndef PVR_FRAMEBUFFER_H
#define PVR_FRAMEBUFFER_H
#include <pthread.h>
#include "vk_object.h"
#include "pvr_limits.h"
struct pvr_render_target {
struct pvr_rt_dataset *rt_dataset[PVR_MAX_MULTIVIEW];

View File

@@ -16,6 +16,7 @@
#include "vk_log.h"
#include "pvr_border.h"
#include "pvr_csb.h"
#include "pvr_device.h"
#include "pvr_entrypoints.h"
#include "pvr_physical_device.h"

View File

@@ -18,10 +18,6 @@
#include "vk_sampler.h"
#include "hwdef/rogue_hw_defs.h"
#include "pco/pco_data.h"
#include "pvr_common.h"
struct pvr_sampler {