pvr: include pvr_common.h instead of pvr_private.h
This is the header that's *actually* needed here, pvr_private.h just pulls it in for us. Since this is a header-file, let's use as narrow includes as we can to avoid including everything everywhere and terrible build times. Reviewed-by: Simon Perretta <simon.perretta@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37554>
This commit is contained in:
committed by
Marge Bot
parent
ba5afddc90
commit
a26600c4f4
@@ -28,7 +28,7 @@
|
||||
#include <vulkan/vulkan_core.h>
|
||||
|
||||
#include "pvr_csb.h"
|
||||
#include "pvr_private.h"
|
||||
#include "pvr_common.h"
|
||||
#include "util/macros.h"
|
||||
|
||||
static const char *
|
||||
|
||||
Reference in New Issue
Block a user