Skip to content

Commit afa50fa

Browse files
committed
tests: Remove unnecessary system header include that makes macos unhappy
1 parent a0cd041 commit afa50fa

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)