mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 00:17:03 +00:00
This CL enables the build/header_guard lint check. The existing headers which failed the check were updated, missing headers added. An exclusion file for the generator templates was added as well. Bug: dawn:1339 Change-Id: If572e460179ad501293d5d6cf01e0ea900daa979 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86207 Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
7 lines
147 B
C
7 lines
147 B
C
#ifndef SRC_INCLUDE_DAWN_WIRE_WIRE_H_
|
|
#define SRC_INCLUDE_DAWN_WIRE_WIRE_H_
|
|
|
|
#include <dawn/wire/Wire.h>
|
|
|
|
#endif // SRC_INCLUDE_DAWN_WIRE_WIRE_H_
|