mesa/atifs: Rename the header guard.

Just a bit more cleanup as I grep around for "what TGSI is left in the GL
frontend?"

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23114>
This commit is contained in:
Emma Anholt 2023-05-18 14:59:06 -07:00 committed by Marge Bot
parent 377048700f
commit fa4e55c54f

View file

@ -20,8 +20,8 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef ST_ATIFS_TO_TGSI_H
#define ST_ATIFS_TO_TGSI_H
#ifndef ST_ATIFS_TO_NIR_H
#define ST_ATIFS_TO_NIR_H
#include "util/glheader.h"
#include "pipe/p_defines.h"
@ -47,4 +47,4 @@ bool st_nir_lower_atifs_samplers(struct nir_shader *s, const uint8_t *texture_in
} /* extern "C" */
#endif
#endif /* ST_ATIFS_TO_TGSI_H */
#endif /* ST_ATIFS_TO_NIR_H */