Fixup build/include_order issues in src/dawn.

This Cl moves the cpp includes to above the project includes fixing up
the build/include_order issues and enabling the lint check.

A couple includes are marked as NOLINT as the c header has to come after
the project header due to setting defines.

Bug: dawn:1339
Change-Id: Ia47499c94fff99106397b83f6c5c7fe100c44a0e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86513
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
dan sinclair
2022-04-19 20:38:44 +00:00
committed by Dawn LUCI CQ
parent ebdb70b81d
commit b02535557e
274 changed files with 716 additions and 704 deletions

View File

@@ -13,10 +13,11 @@
// limitations under the License.
#include "dawn/common/Assert.h"
#include "dawn/common/Log.h"
#include <cstdlib>
#include "dawn/common/Log.h"
void HandleAssertionFailure(const char* file,
const char* function,
int line,