commit | 5bde7c054a642f58f7da242a7596b916dc7998a9 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Feb 10 21:48:55 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Wed Feb 10 21:48:55 2021 +0000 |
tree | 2e6d96c9e4ea78431a590abf6675692e30d57087 | |
parent | 8b1906d996bb6972f87f1d051cf60b7a83610012 [diff] |
tint.h: Remove the type_determiner.h include This is no longer public-api Change-Id: I030d37b0d1dbd38ea3ec6d19c47b15d7ce9d0667 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/41482 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
diff --git a/include/tint/tint.h b/include/tint/tint.h index 74f2b15..e8b3710 100644 --- a/include/tint/tint.h +++ b/include/tint/tint.h
@@ -30,7 +30,6 @@ #include "src/transform/manager.h" #include "src/transform/vertex_pulling.h" #include "src/type/type_manager.h" -#include "src/type_determiner.h" #include "src/validator/validator.h" #include "src/writer/writer.h"