summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2019-09-18 14:32:00 -0500
committerJason Ekstrand <jason@jlekstrand.net>2019-09-19 19:56:22 +0000
commit0c4e89ad5b9cc9a3e2afdab86602f643e69e9412 (patch)
tree3aac97eec853eaa3e0032e1c6ba1ac0ce2f7aebd /src/gallium
parentfc5a87715ab9a10d32c7d6fb03c28a9129775e93 (diff)
downloadmesa-0c4e89ad5b9cc9a3e2afdab86602f643e69e9412.tar.gz
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 <hoegsberg@google.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/iris/iris_disk_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/iris/iris_disk_cache.c b/src/gallium/drivers/iris/iris_disk_cache.c
index 325903c9861..2b5889c49e9 100644
--- a/src/gallium/drivers/iris/iris_disk_cache.c
+++ b/src/gallium/drivers/iris/iris_disk_cache.c
@@ -31,8 +31,8 @@
#include <assert.h>
#include <string.h>
-#include "compiler/blob.h"
#include "compiler/nir/nir.h"
+#include "util/blob.h"
#include "util/build_id.h"
#include "util/disk_cache.h"
#include "util/mesa-sha1.h"