mesa: include mtypes.h less
[mesa.git] / src / mesa / main / glspirv.h
index 81626ce75b5568e478fc2ce783e38b0a31dd7964..cbcd3c0bcbc4ac378061020ad53b0c4529d53c5f 100644 (file)
 #define GLSPIRV_H
 
 #include "compiler/nir/nir.h"
-#include "mtypes.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct gl_context;
+struct gl_shader;
+
 /**
  * A SPIR-V module contains the raw SPIR-V binary as set by ShaderBinary.
  *