nil: Fix include guards in nil_image.h

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand 2023-01-30 20:12:01 -06:00 committed by Marge Bot
parent 640783513b
commit 611889bc2a

View file

@ -1,5 +1,5 @@
#ifndef NIL_H
#define NIL_H
#ifndef NIL_IMAGE_H
#define NIL_IMAGE_H
#include <assert.h>
#include <stdbool.h>
@ -176,4 +176,4 @@ void nil_buffer_fill_tic(struct nouveau_ws_device *dev,
uint32_t num_elements,
void *desc_out);
#endif /* NIL_H */
#endif /* NIL_IMAGE_H */