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:
Alyssa Rosenzweig 2024-02-07 23:18:59 -04:00 committed by Marge Bot
parent 3333c2cdeb
commit 951219a4fc

View file

@ -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