mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
glsl: Remove unused include from ir_constant_expression.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:
parent
068d30655c
commit
8e1e68119c
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@
|
|||
#include <math.h>
|
||||
#include "main/core.h" /* for MAX2, MIN2, CLAMP */
|
||||
#include "ir.h"
|
||||
#include "ir_visitor.h"
|
||||
#include "glsl_types.h"
|
||||
#include "program/hash_table.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue