mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 16:00:24 +01:00
pvr: clean up include
We don't need pvr_physical_device.h included here, but we *do* need it
in pvr_arch_framebuffer.c, so let's move the include there. This will
help with avoiding circular includes.
Fixes: e762592bff ("pvr: build pvr_arch_*.c as a multi-arch sources")
Reviewed-by: Ashish Chauhan <ashish.chauhan@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39035>
This commit is contained in:
parent
ae6ddec410
commit
ea107e588d
2 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include "pvr_hw_pass.h"
|
||||
#include "pvr_image.h"
|
||||
#include "pvr_pass.h"
|
||||
#include "pvr_physical_device.h"
|
||||
#include "pvr_rt_dataset.h"
|
||||
#include "pvr_spm.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
#include <vulkan/vulkan.h>
|
||||
|
||||
#include "pvr_macros.h"
|
||||
#include "pvr_physical_device.h"
|
||||
|
||||
#include "util/format/u_formats.h"
|
||||
#include "vk_format.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue