mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
ail: use #pragma once
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27616>
This commit is contained in:
parent
3333c2cdeb
commit
951219a4fc
1 changed files with 1 additions and 4 deletions
|
|
@ -4,8 +4,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef __AIL_LAYOUT_H_
|
||||
#define __AIL_LAYOUT_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/format/u_format.h"
|
||||
#include "util/macros.h"
|
||||
|
|
@ -274,5 +273,3 @@ void ail_tile(void *_tiled, void *_linear, struct ail_layout *tiled_layout,
|
|||
#ifdef __cplusplus
|
||||
} /* extern C */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue