intel/vk/grl: Allow genX_grl.h to be included by C++ files

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21670>
This commit is contained in:
Jordan Justen
2023-01-31 15:52:26 -08:00
committed by Marge Bot
parent 3251db1270
commit 4a7ddc4841
+3 -3
View File
@@ -24,13 +24,13 @@
#ifndef ANV_GRL_H
#define ANV_GRL_H
#include "grl/grl_cl_kernel.h"
#include "genxml/gen_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "grl/grl_cl_kernel.h"
#include "genxml/gen_macros.h"
struct anv_cmd_buffer;
struct anv_kernel_arg;