[Mesa-dev] [PATCH 3/7] anv/tests: Use a relative include path for anv_private.h
Emil Velikov
emil.l.velikov at gmail.com
Thu Mar 2 12:19:23 UTC 2017
On 2 March 2017 at 05:28, Jason Ekstrand <jason at jlekstrand.net> wrote:
> ---
> 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"
>
I've tried to prune most of these from the tree. Please pass the
corresponding -I to the compiler instead.
-Emil
More information about the mesa-dev
mailing list