diff options
author | Jason Ekstrand <[email protected]> | 2019-09-18 14:32:00 -0500 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-09-19 19:56:22 +0000 |
commit | 0c4e89ad5b9cc9a3e2afdab86602f643e69e9412 (patch) | |
tree | 3aac97eec853eaa3e0032e1c6ba1ac0ce2f7aebd /src/intel/vulkan | |
parent | fc5a87715ab9a10d32c7d6fb03c28a9129775e93 (diff) |
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 <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/vulkan')
-rw-r--r-- | src/intel/vulkan/anv_pipeline_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_pipeline_cache.c b/src/intel/vulkan/anv_pipeline_cache.c index 7c9f8a6a8cd..9c315d5f44c 100644 --- a/src/intel/vulkan/anv_pipeline_cache.c +++ b/src/intel/vulkan/anv_pipeline_cache.c @@ -21,7 +21,7 @@ * IN THE SOFTWARE. */ -#include "compiler/blob.h" +#include "util/blob.h" #include "util/hash_table.h" #include "util/debug.h" #include "util/disk_cache.h" |