mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
glsl: Remove unused include from ir_basic_block.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
b6e68fc9fb
commit
068d30655c
1 changed files with 0 additions and 2 deletions
|
|
@ -28,9 +28,7 @@
|
|||
*/
|
||||
|
||||
#include "ir.h"
|
||||
#include "ir_visitor.h"
|
||||
#include "ir_basic_block.h"
|
||||
#include "glsl_types.h"
|
||||
|
||||
/**
|
||||
* Calls a user function for every basic block in the instruction stream.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue