aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2019-09-18 14:32:00 -0500
committerJason Ekstrand <[email protected]>2019-09-19 19:56:22 +0000
commit0c4e89ad5b9cc9a3e2afdab86602f643e69e9412 (patch)
tree3aac97eec853eaa3e0032e1c6ba1ac0ce2f7aebd /src/compiler/nir
parentfc5a87715ab9a10d32c7d6fb03c28a9129775e93 (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/compiler/nir')
-rw-r--r--src/compiler/nir/nir_serialize.h2
1 files changed, 1 insertions, 1 deletions
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" {