nir: Fix the nir_builder include path for nir_builtin_builder
authorJason Ekstrand <jason@jlekstrand.net>
Thu, 20 Feb 2020 21:27:36 +0000 (15:27 -0600)
committerMarge Bot <eric+marge@anholt.net>
Fri, 21 Feb 2020 18:48:03 +0000 (18:48 +0000)
commit265e234e234f75cd5c209f76900009f81e2d6aec
tree82b397dade114ef93c54a41795423bb315d3d628
parentf5a8958910f53d924d062cbf024cebe4134f757a
nir: Fix the nir_builder include path for nir_builtin_builder

Because it's in double-quotes, it will search the current folder before
any search paths.  Since nir_builder.h and nir_builtin_builder.h are in
the same folder, this guarantees a correct include.  However,
nir/nir_builder.h does not unless the includer's path is set up just
right.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3897>
src/compiler/nir/nir_builtin_builder.h