Skip to content

Commit 33851f1

Browse files
committed
PATCH: Don't include uchar.h
1 parent bef575d commit 33851f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/inspector/string-16.h

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

88
#include <stdint.h>
9-
#include <uchar.h>
9+
// #include <uchar.h>
1010

1111
#include <cctype>
1212
#include <climits>

src/inspector/v8-string-conversions.h

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

8-
#include <uchar.h>
8+
// #include <uchar.h>
99

1010
#include <cstdint>
1111
#include <string>

0 commit comments

Comments
 (0)