[shuffle] Move utils to new structure.
The name `core` was decided fit better with the base language for the
IR. This CL moves the `core/` folder to `utils/` and moves the files
into the correct subdirectories. The build targets and namespaces are
not updated as part of the move and will be fixed up in later CLs.
Bug: tint:1988
Change-Id: I1fc4414c86b28e1669af2d2d07340ecfdd9ba681
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/142361
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
diff --git a/src/tint/ir/load.h b/src/tint/ir/load.h
index c98fd01..91c423a 100644
--- a/src/tint/ir/load.h
+++ b/src/tint/ir/load.h
@@ -15,8 +15,8 @@
#ifndef SRC_TINT_IR_LOAD_H_
#define SRC_TINT_IR_LOAD_H_
-#include "src/tint/core/castable.h"
#include "src/tint/ir/operand_instruction.h"
+#include "src/tint/utils/rtti/castable.h"
namespace tint::ir {