summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */