mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 06:10:12 +01:00
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:
parent
7a7aa01a49
commit
09ab2ff925
1 changed files with 3 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue