commit | a2f4134c560115523cf8a83ef3a73eb2405b8a30 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Jan 21 21:26:39 2022 +0000 |
committer | Tint LUCI CQ <tint-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 21 21:26:39 2022 +0000 |
tree | 0a1c0847701218f1302cd7b44c88772ca9b39180 | |
parent | 6cadbb2712cc398b1b4ead2057f7b7ccf87646a3 [diff] |
Formatting fix in template. The headers get swapped by clang-format Change-Id: I8a95d5789413d6e18ad4bfd545e1a2021eae3d72 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/77444 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
diff --git a/src/sem/intrinsic_type.h.tmpl b/src/sem/intrinsic_type.h.tmpl index deb935c..2833e20 100644 --- a/src/sem/intrinsic_type.h.tmpl +++ b/src/sem/intrinsic_type.h.tmpl
@@ -11,8 +11,8 @@ #ifndef SRC_SEM_INTRINSIC_TYPE_H_ #define SRC_SEM_INTRINSIC_TYPE_H_ -#include <string> #include <sstream> +#include <string> namespace tint { namespace sem {