From 0c4e89ad5b9cc9a3e2afdab86602f643e69e9412 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 18 Sep 2019 14:32:00 -0500 Subject: Move blob from compiler/ to util/ There's nothing whatsoever compiler-specific about it other than that's currently where it's used. Reviewed-by: Kristian H. Kristensen Reviewed-by: Lionel Landwerlin --- src/compiler/nir/nir_serialize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/nir') diff --git a/src/compiler/nir/nir_serialize.h b/src/compiler/nir/nir_serialize.h index f77d8e367ff..528988f5e4a 100644 --- a/src/compiler/nir/nir_serialize.h +++ b/src/compiler/nir/nir_serialize.h @@ -25,7 +25,7 @@ #define _NIR_SERIALIZE_H #include "nir.h" -#include "compiler/blob.h" +#include "util/blob.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3