[shuffle] Move ast to new structure.
This CL moves the ast folder into the `lang/wgsl/ast` folder and
updates the includes. The namespaces and build groups are not updated in
this CL, just the code move.
Bug: tint:1988
Change-Id: Iff69e4d02f55d2c7f1fcd279715ddd81d3ede4b1
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/142003
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
diff --git a/src/tint/sem/while_statement.cc b/src/tint/sem/while_statement.cc
index eed8109..2ec0924 100644
--- a/src/tint/sem/while_statement.cc
+++ b/src/tint/sem/while_statement.cc
@@ -14,7 +14,7 @@
#include "src/tint/sem/while_statement.h"
-#include "src/tint/ast/while_statement.h"
+#include "src/tint/lang/wgsl/ast/while_statement.h"
TINT_INSTANTIATE_TYPEINFO(tint::sem::WhileStatement);