summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2017-02-26 12:13:37 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2017-02-26 12:13:37 +0000
commitc33ed39946671c1f6f36d065d2c846e806e0f39f (patch)
tree70143621191705df37d9f4f3d781c44f67d48590 /lib
parent201d53a9e4a9ae7ecdf1e09479a16ed1029b34df (diff)
Import Mesa 13.0.5
Diffstat (limited to 'lib')
-rw-r--r--lib/mesa/src/compiler/glsl/ir_array_refcount.h5
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 */