---
 src/intel/vulkan/tests/block_pool_no_free.c        | 2 +-
 src/intel/vulkan/tests/state_pool.c                | 2 +-
 src/intel/vulkan/tests/state_pool_free_list_only.c | 2 +-
 src/intel/vulkan/tests/state_pool_no_free.c        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/intel/vulkan/tests/block_pool_no_free.c 
b/src/intel/vulkan/tests/block_pool_no_free.c
index 86d1a76..4050f19 100644
--- a/src/intel/vulkan/tests/block_pool_no_free.c
+++ b/src/intel/vulkan/tests/block_pool_no_free.c
@@ -23,7 +23,7 @@
 
 #include <pthread.h>
 
-#include "anv_private.h"
+#include "../anv_private.h"
 
 #define NUM_THREADS 16
 #define BLOCKS_PER_THREAD 1024
diff --git a/src/intel/vulkan/tests/state_pool.c 
b/src/intel/vulkan/tests/state_pool.c
index 878ec19..23ec677 100644
--- a/src/intel/vulkan/tests/state_pool.c
+++ b/src/intel/vulkan/tests/state_pool.c
@@ -23,7 +23,7 @@
 
 #include <pthread.h>
 
-#include "anv_private.h"
+#include "../anv_private.h"
 
 #define NUM_THREADS 8
 #define STATES_PER_THREAD_LOG2 10
diff --git a/src/intel/vulkan/tests/state_pool_free_list_only.c 
b/src/intel/vulkan/tests/state_pool_free_list_only.c
index 2f4eb47..ee40968 100644
--- a/src/intel/vulkan/tests/state_pool_free_list_only.c
+++ b/src/intel/vulkan/tests/state_pool_free_list_only.c
@@ -23,7 +23,7 @@
 
 #include <pthread.h>
 
-#include "anv_private.h"
+#include "../anv_private.h"
 
 #define NUM_THREADS 8
 #define STATES_PER_THREAD_LOG2 12
diff --git a/src/intel/vulkan/tests/state_pool_no_free.c 
b/src/intel/vulkan/tests/state_pool_no_free.c
index 4b248c2..92c3263 100644
--- a/src/intel/vulkan/tests/state_pool_no_free.c
+++ b/src/intel/vulkan/tests/state_pool_no_free.c
@@ -23,7 +23,7 @@
 
 #include <pthread.h>
 
-#include "anv_private.h"
+#include "../anv_private.h"
 
 #define NUM_THREADS 16
 #define STATES_PER_THREAD 1024
-- 
2.5.0.400.gff86faf

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to