pvr: fix up some includes
Fix up some system includes to use angle brackets. Signed-off-by: Frank Binns <frank.binns@imgtec.com> Reviewed-by: Luigi Santivetti <luigi.santivetti@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27144>
This commit is contained in:
@@ -25,8 +25,9 @@
|
||||
* auto-generate it in the future based on the hwdefs.
|
||||
*/
|
||||
|
||||
#include "assert.h"
|
||||
#include "errno.h"
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "pvr_device_info.h"
|
||||
|
||||
const struct pvr_device_ident pvr_device_ident_4_V_2_51 = {
|
||||
|
Reference in New Issue
Block a user