From: Emil Velikov Date: Wed, 25 Nov 2015 21:31:56 +0000 (+0000) Subject: nir: remove recursive inclusion in builtin_type_macros.h X-Git-Tag: upstream/17.1.0~14138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31ed3fc57d3c0cbe6d741ae3125de8f2918b5d73;p=platform%2Fupstream%2Fmesa.git nir: remove recursive inclusion in builtin_type_macros.h The header is already included by glsl_types.{cpp,h}. Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- diff --git a/src/glsl/nir/builtin_type_macros.h b/src/glsl/nir/builtin_type_macros.h index 8e16ae4..7bd2e4e 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)