Skip to content

Commit 1a3ecc2

Browse files
Meir ShpilraienV8 LUCI CQ
authored andcommitted
Fix build issue, remove unneeded include uchar.h.
Follow the conversation on: https://groups.google.com/g/v8-dev/c/nsbshwlmP3c. The `uchar.h` include is not necessary. It was added to get the definition of char16_t but that's an intrinsic type in C++. Change-Id: I0aaa11dba0be3ccad15b9e421f8bae71450d443b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4823404 Reviewed-by: Omer Katz <[email protected]> Commit-Queue: Eric Leese <[email protected]> Reviewed-by: Eric Leese <[email protected]> Cr-Commit-Position: refs/heads/main@{#89787}
1 parent 50140bf commit 1a3ecc2

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ Matt Hanselman <[email protected]>
194194
Matthew Sporleder <[email protected]>
195195
Maxim Mazurok <[email protected]>
196196
Maxim Mossienko <[email protected]>
197+
Meir Shpilraien <[email protected]>
197198
Michael Lutz <[email protected]>
198199
Michael Mclaughlin <[email protected]>
199200
Michael Smith <[email protected]>

src/inspector/string-16.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#define V8_INSPECTOR_STRING_16_H_
77

88
#include <stdint.h>
9-
#include <uchar.h>
109

1110
#include <cctype>
1211
#include <climits>

src/inspector/v8-string-conversions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
66
#define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
77

8-
#include <uchar.h>
98

109
#include <cstdint>
1110
#include <string>

0 commit comments

Comments
 (0)