diff --git a/src/ast/array_decoration.h b/src/ast/array_decoration.h index 5473385670..91dee9f279 100644 --- a/src/ast/array_decoration.h +++ b/src/ast/array_decoration.h @@ -15,8 +15,6 @@ #ifndef SRC_AST_ARRAY_DECORATION_H_ #define SRC_AST_ARRAY_DECORATION_H_ -#include -#include #include #include "src/ast/decoration.h" diff --git a/src/ast/int_literal.h b/src/ast/int_literal.h index 5cf808d627..49ecda47b1 100644 --- a/src/ast/int_literal.h +++ b/src/ast/int_literal.h @@ -15,8 +15,6 @@ #ifndef SRC_AST_INT_LITERAL_H_ #define SRC_AST_INT_LITERAL_H_ -#include - #include "src/ast/literal.h" namespace tint { diff --git a/src/ast/intrinsic.h b/src/ast/intrinsic.h index 09116b6bd6..3207f80d8c 100644 --- a/src/ast/intrinsic.h +++ b/src/ast/intrinsic.h @@ -16,7 +16,6 @@ #define SRC_AST_INTRINSIC_H_ #include -#include namespace tint { namespace ast { diff --git a/src/ast/member_accessor_expression.h b/src/ast/member_accessor_expression.h index 3b9b09a2f4..172c308947 100644 --- a/src/ast/member_accessor_expression.h +++ b/src/ast/member_accessor_expression.h @@ -16,7 +16,6 @@ #define SRC_AST_MEMBER_ACCESSOR_EXPRESSION_H_ #include -#include #include #include "src/ast/expression.h" diff --git a/src/ast/stride_decoration.h b/src/ast/stride_decoration.h index f2113f7c00..317ac93e15 100644 --- a/src/ast/stride_decoration.h +++ b/src/ast/stride_decoration.h @@ -17,8 +17,6 @@ #include -#include - #include "src/ast/array_decoration.h" namespace tint { diff --git a/src/ast/struct_member_decoration.h b/src/ast/struct_member_decoration.h index 6a0bf18dd0..6a028dd97a 100644 --- a/src/ast/struct_member_decoration.h +++ b/src/ast/struct_member_decoration.h @@ -15,8 +15,6 @@ #ifndef SRC_AST_STRUCT_MEMBER_DECORATION_H_ #define SRC_AST_STRUCT_MEMBER_DECORATION_H_ -#include -#include #include #include "src/ast/decoration.h" diff --git a/src/ast/struct_member_offset_decoration.h b/src/ast/struct_member_offset_decoration.h index bfc8ca2342..a1537581dd 100644 --- a/src/ast/struct_member_offset_decoration.h +++ b/src/ast/struct_member_offset_decoration.h @@ -17,8 +17,6 @@ #include -#include - #include "src/ast/struct_member_decoration.h" namespace tint { diff --git a/src/ast/type/texture_type.cc b/src/ast/type/texture_type.cc index 24a80bd723..e97b4bed7d 100644 --- a/src/ast/type/texture_type.cc +++ b/src/ast/type/texture_type.cc @@ -15,6 +15,7 @@ #include "src/ast/type/texture_type.h" #include +#include #include "src/ast/type/multisampled_texture_type.h" #include "src/ast/type/sampled_texture_type.h" diff --git a/src/ast/type/texture_type.h b/src/ast/type/texture_type.h index 59c1ccf247..ccac6de667 100644 --- a/src/ast/type/texture_type.h +++ b/src/ast/type/texture_type.h @@ -15,9 +15,6 @@ #ifndef SRC_AST_TYPE_TEXTURE_TYPE_H_ #define SRC_AST_TYPE_TEXTURE_TYPE_H_ -#include -#include - #include "src/ast/type/type.h" namespace tint { diff --git a/src/ast/type_decoration.h b/src/ast/type_decoration.h index 0916a9ac45..46c3478596 100644 --- a/src/ast/type_decoration.h +++ b/src/ast/type_decoration.h @@ -15,9 +15,6 @@ #ifndef SRC_AST_TYPE_DECORATION_H_ #define SRC_AST_TYPE_DECORATION_H_ -#include -#include -#include #include #include "src/ast/decoration.h" diff --git a/src/ast/variable_decoration.h b/src/ast/variable_decoration.h index 72e18ad8df..74736802ac 100644 --- a/src/ast/variable_decoration.h +++ b/src/ast/variable_decoration.h @@ -15,9 +15,6 @@ #ifndef SRC_AST_VARIABLE_DECORATION_H_ #define SRC_AST_VARIABLE_DECORATION_H_ -#include -#include -#include #include #include "src/ast/decoration.h"