Skip to content

Commit cbd4cef

Browse files
committed
Remove unnecessary system header include that makes macos unhappy
1 parent 0064109 commit cbd4cef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bindgen-integration/cpp/Test.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
#define TESTMACRO_STRING_EXPR ("string")
2121
#define TESTMACRO_STRING_FUNC_NON_UTF8(x) (x "ÿÿ") /* invalid UTF-8 on purpose */
2222

23-
#include <cwchar>
24-
2523
enum {
2624
MY_ANNOYING_MACRO =
2725
#define MY_ANNOYING_MACRO 1

0 commit comments

Comments
 (0)