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:
committed by
Marge Bot
parent
5dd76663a7
commit
70270348e8
@@ -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];
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user