diff options
author | Emil Velikov <[email protected]> | 2015-11-25 21:31:56 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-29 14:41:39 +0000 |
commit | 31ed3fc57d3c0cbe6d741ae3125de8f2918b5d73 (patch) | |
tree | cbaac39d67642f850915916820b5e11872de7c0f /src/glsl | |
parent | fc16942cf7cc3f317ab1a5e8cf114953a29035e2 (diff) |
nir: remove recursive inclusion in builtin_type_macros.h
The header is already included by glsl_types.{cpp,h}.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/nir/builtin_type_macros.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/nir/builtin_type_macros.h b/src/glsl/nir/builtin_type_macros.h index 8e16ae45489..7bd2e4e6558 100644 --- a/src/glsl/nir/builtin_type_macros.h +++ b/src/glsl/nir/builtin_type_macros.h @@ -28,8 +28,6 @@ * language version or extension might provide them. */ -#include "glsl_types.h" - DECL_TYPE(error, GL_INVALID_ENUM, GLSL_TYPE_ERROR, 0, 0) DECL_TYPE(void, GL_INVALID_ENUM, GLSL_TYPE_VOID, 0, 0) |