i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcode per destination's type
[mesa.git] / src / compiler / glsl / ir_function_inlining.h
index 6db011bbcae800b63668461e0e490783acb26756..2af33fac668786e539d744638c8aae7b73f050d4 100644 (file)
@@ -27,4 +27,9 @@
  * Replaces calls to functions with the body of the function.
  */
 
+#ifndef GLSL_IR_FUNCTION_INLINING_H
+#define GLSL_IR_FUNCTION_INLINING_H
+
 bool can_inline(ir_call *call);
+
+#endif /* GLSL_IR_FUNCTION_INLINING_H */