mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
tint/sem/constant.h: Remove #include to program_builder.h
This pulls in the entire world, and isn't needed from this header. Remove it. Fix all the places that were transtively depending on program_builder.h's includes. Change-Id: I5209dcd387fb47dd6744a3d676997338b8f45473 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/95040 Reviewed-by: dan sinclair <dsinclair@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
f1060adbca
commit
72876c14c3
@@ -19,6 +19,7 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "src/tint/program_builder.h"
|
||||
#include "src/tint/sem/function.h"
|
||||
#include "src/tint/sem/statement.h"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
#include "src/tint/ast/variable_decl_statement.h"
|
||||
#include "src/tint/program_builder.h"
|
||||
#include "src/tint/sem/block_statement.h"
|
||||
#include "src/tint/sem/for_loop_statement.h"
|
||||
#include "src/tint/sem/if_statement.h"
|
||||
|
||||
Reference in New Issue
Block a user