[shuffle] Move builtin to new structure.
This CL moves the builtin folder into the `lang/base/builtin` 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: I8f0d583d0b0212ceec36a7537fd7452208891555
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/142163
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
diff --git a/src/tint/constant/scalar.h b/src/tint/constant/scalar.h
index 5218762..6b999e2 100644
--- a/src/tint/constant/scalar.h
+++ b/src/tint/constant/scalar.h
@@ -15,11 +15,11 @@
#ifndef SRC_TINT_CONSTANT_SCALAR_H_
#define SRC_TINT_CONSTANT_SCALAR_H_
-#include "src/tint/builtin/number.h"
#include "src/tint/constant/manager.h"
#include "src/tint/constant/value.h"
#include "src/tint/core/castable.h"
#include "src/tint/core/hash.h"
+#include "src/tint/lang/base/builtin/number.h"
#include "src/tint/type/type.h"
namespace tint::constant {