glsl: Remove unused include in ir.cpp
Found with IWYU. Compile-tested on my Ivy-bridge system. Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Thomas Helland <thomashelland90@gmail.com>
This commit is contained in:

committed by
Matt Turner

parent
8e1e68119c
commit
10e00611c2
@@ -23,7 +23,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "main/core.h" /* for MAX2 */
|
#include "main/core.h" /* for MAX2 */
|
||||||
#include "ir.h"
|
#include "ir.h"
|
||||||
#include "ir_visitor.h"
|
|
||||||
#include "glsl_types.h"
|
#include "glsl_types.h"
|
||||||
|
|
||||||
ir_rvalue::ir_rvalue(enum ir_node_type t)
|
ir_rvalue::ir_rvalue(enum ir_node_type t)
|
||||||
|
Reference in New Issue
Block a user