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>
#define NIR_BUILTIN_BUILDER_H
#include "util/u_math.h"
-#include "nir/nir_builder.h"
+#include "nir_builder.h"
#ifdef __cplusplus
extern "C" {