use cstring instead of string.h

dawn codebase uses c-prefixed headers.
Follow up for https://dawn-review.googlesource.com/c/dawn/+/35001

Bug: None
Change-Id: I65b18f3ec8b2222f9a683c2cf81b710435dcf55c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/35017
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Stephan Hartmann 2020-12-08 14:14:53 +00:00 committed by Commit Bot service account
parent 36cd254bbd
commit 0b0e6e0579
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@
#include "dawn_wire/ChunkedCommandHandler.h"
#include <algorithm>
#include <string.h>
#include <cstring>
namespace dawn_wire {