nvk: fix nvk_buffer include guards

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Karol Herbst
2022-05-19 22:18:40 +02:00
committed by Marge Bot
parent 89d7ce0fda
commit a07b069417
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef NVK_IMAGE
#define NVK_IMAGE 1
#ifndef NVK_BUFFER
#define NVK_BUFFER 1
#include "nvk_private.h"