commit | dc68d5c4d03f8de130c5f4e50f64e812b9628ada | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Aug 01 00:37:35 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Tue Aug 01 00:37:35 2023 +0000 |
tree | 5d465739cfd8d97ebd0b3e95e0a73317a2d039a9 | |
parent | f3921a6523ec2a71bd7a5ef1dd7681820014c344 [diff] [blame] |
[tint] Move utils/text/symbol* to utils/symbol Breaks a cyclic dependency in utils Change-Id: I31dae3086a6b277e3807b3e051e978e3106eaf71 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143760 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
diff --git a/src/tint/lang/wgsl/ast/clone_context.h b/src/tint/lang/wgsl/ast/clone_context.h index 47f6ebf..ef6efc8 100644 --- a/src/tint/lang/wgsl/ast/clone_context.h +++ b/src/tint/lang/wgsl/ast/clone_context.h
@@ -31,7 +31,7 @@ #include "src/tint/utils/ice/ice.h" #include "src/tint/utils/macros/compiler.h" #include "src/tint/utils/rtti/castable.h" -#include "src/tint/utils/text/symbol.h" +#include "src/tint/utils/symbol/symbol.h" #include "src/tint/utils/traits/traits.h" // Forward declarations