pvr: include pvr_csb.h first in implementation

This just makes sure the header file is free-standing.

Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37675>
This commit is contained in:
Erik Faye-Lund
2025-09-04 12:23:56 +02:00
parent 162cc070f0
commit be0c740c73
+2 -1
View File
@@ -27,6 +27,8 @@
* SOFTWARE.
*/
#include "pvr_csb.h"
#include <assert.h>
#include <stdbool.h>
#include <stdint.h>
@@ -35,7 +37,6 @@
#include "hwdef/rogue_hw_utils.h"
#include "pvr_bo.h"
#include "pvr_csb.h"
#include "pvr_debug.h"
#include "pvr_device.h"
#include "pvr_device_info.h"