mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
glsl: Remove unused include in expr.flatt.
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
10e00611c2
commit
2c9a1518a1
1 changed files with 0 additions and 2 deletions
|
|
@ -32,10 +32,8 @@
|
|||
*/
|
||||
|
||||
#include "ir.h"
|
||||
#include "ir_visitor.h"
|
||||
#include "ir_rvalue_visitor.h"
|
||||
#include "ir_expression_flattening.h"
|
||||
#include "glsl_types.h"
|
||||
|
||||
class ir_expression_flattening_visitor : public ir_rvalue_visitor {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue