st/mesa: add compiler/nir/ prefix for nir includes
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 20 Mar 2018 11:39:57 +0000 (11:39 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 20 Mar 2018 16:11:19 +0000 (16:11 +0000)
Stay consistent with the rest of the codebase, effectively fixing the
autotools build.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105621
Fixes: ffa4bbe4665 ("st/nir/radeonsi: move nir_lower_uniforms_to_ubo()
to the state tracker")
Cc: Timothy Arceri <tarceri@itsqueeze.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/state_tracker/st_nir_lower_uniforms_to_ubo.c

index e2a477ecc746d9ddea01999dbb87e1f218a093f3..b2f8f833bbbf8b6cf5337da3bd3b653fd38d4303 100644 (file)
@@ -29,8 +29,8 @@
  * point by 1.
  */
 
-#include "nir.h"
-#include "nir_builder.h"
+#include "compiler/nir/nir.h"
+#include "compiler/nir/nir_builder.h"
 #include "st_nir.h"
 
 #include "program/prog_parameter.h"