Cleanup some includes

Change-Id: I4f6a871cb38a2af53583c582831990c2d76e38b4
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/35102
Commit-Queue: dan sinclair <dsinclair@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Auto-Submit: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
dan sinclair 2020-12-10 18:42:41 +00:00 committed by Commit Bot service account
parent 1e0472cdba
commit d8591088fb
11 changed files with 1 additions and 21 deletions

View File

@ -15,8 +15,6 @@
#ifndef SRC_AST_ARRAY_DECORATION_H_
#define SRC_AST_ARRAY_DECORATION_H_
#include <memory>
#include <string>
#include <vector>
#include "src/ast/decoration.h"

View File

@ -15,8 +15,6 @@
#ifndef SRC_AST_INT_LITERAL_H_
#define SRC_AST_INT_LITERAL_H_
#include <string>
#include "src/ast/literal.h"
namespace tint {

View File

@ -16,7 +16,6 @@
#define SRC_AST_INTRINSIC_H_
#include <ostream>
#include <string>
namespace tint {
namespace ast {

View File

@ -16,7 +16,6 @@
#define SRC_AST_MEMBER_ACCESSOR_EXPRESSION_H_
#include <memory>
#include <string>
#include <utility>
#include "src/ast/expression.h"

View File

@ -17,8 +17,6 @@
#include <stddef.h>
#include <string>
#include "src/ast/array_decoration.h"
namespace tint {

View File

@ -15,8 +15,6 @@
#ifndef SRC_AST_STRUCT_MEMBER_DECORATION_H_
#define SRC_AST_STRUCT_MEMBER_DECORATION_H_
#include <memory>
#include <string>
#include <vector>
#include "src/ast/decoration.h"

View File

@ -17,8 +17,6 @@
#include <stddef.h>
#include <string>
#include "src/ast/struct_member_decoration.h"
namespace tint {

View File

@ -15,6 +15,7 @@
#include "src/ast/type/texture_type.h"
#include <cassert>
#include <ostream>
#include "src/ast/type/multisampled_texture_type.h"
#include "src/ast/type/sampled_texture_type.h"

View File

@ -15,9 +15,6 @@
#ifndef SRC_AST_TYPE_TEXTURE_TYPE_H_
#define SRC_AST_TYPE_TEXTURE_TYPE_H_
#include <ostream>
#include <string>
#include "src/ast/type/type.h"
namespace tint {

View File

@ -15,9 +15,6 @@
#ifndef SRC_AST_TYPE_DECORATION_H_
#define SRC_AST_TYPE_DECORATION_H_
#include <memory>
#include <ostream>
#include <string>
#include <vector>
#include "src/ast/decoration.h"

View File

@ -15,9 +15,6 @@
#ifndef SRC_AST_VARIABLE_DECORATION_H_
#define SRC_AST_VARIABLE_DECORATION_H_
#include <memory>
#include <ostream>
#include <string>
#include <vector>
#include "src/ast/decoration.h"