Remove stray include for dawncpp_traits.h
The CQ passed on the patch that removes dawncpp_traits even if we forgot this include because the builders still had the generated header in their build cache. TBR=enga@chromium.org BUG=dawn:125 Change-Id: Ie266bc32e6ebc4881f80c759435ca1e3f0d00e9c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/6221 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
4f5fc2d325
commit
941a04cd43
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include "gtest/gtest.h"
|
||||
#include "dawn/dawncpp.h"
|
||||
#include "dawn/dawncpp_traits.h"
|
||||
|
||||
namespace dawn_native {
|
||||
class Instance;
|
||||
|
|
Loading…
Reference in New Issue