diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-26 12:13:37 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-26 12:13:37 +0000 |
commit | c33ed39946671c1f6f36d065d2c846e806e0f39f (patch) | |
tree | 70143621191705df37d9f4f3d781c44f67d48590 /lib | |
parent | 201d53a9e4a9ae7ecdf1e09479a16ed1029b34df (diff) |
Import Mesa 13.0.5
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mesa/src/compiler/glsl/ir_array_refcount.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/mesa/src/compiler/glsl/ir_array_refcount.h b/lib/mesa/src/compiler/glsl/ir_array_refcount.h index ef3fbaa36..46ba36cba 100644 --- a/lib/mesa/src/compiler/glsl/ir_array_refcount.h +++ b/lib/mesa/src/compiler/glsl/ir_array_refcount.h @@ -27,9 +27,6 @@ * Provides a visitor which produces a list of variables referenced. */ -#ifndef GLSL_IR_ARRAY_REFCOUNT_H -#define GLSL_IR_ARRAY_REFCOUNT_H - #include "ir.h" #include "ir_visitor.h" #include "compiler/glsl_types.h" @@ -184,5 +181,3 @@ private: unsigned derefs_size; /*@}*/ }; - -#endif /* GLSL_IR_ARRAY_REFCOUNT_H */ |