mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
nir: Don't include bitscan.h in nir.h, it's not actually used.
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33439>
This commit is contained in:
parent
e75eeaf2bd
commit
05df30f95a
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@
|
|||
#include "compiler/glsl/list.h"
|
||||
#include "compiler/shader_enums.h"
|
||||
#include "compiler/shader_info.h"
|
||||
#include "util/bitscan.h"
|
||||
#include "util/bitset.h"
|
||||
#include "util/compiler.h"
|
||||
#include "util/enum_operators.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue