Skip to content

Commit

Permalink
Remove unnecessary system header include that makes macos unhappy
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Dec 23, 2020
1 parent 0064109 commit cbd4cef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bindgen-integration/cpp/Test.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#define TESTMACRO_STRING_EXPR ("string")
#define TESTMACRO_STRING_FUNC_NON_UTF8(x) (x "ÿÿ") /* invalid UTF-8 on purpose */

#include <cwchar>

enum {
MY_ANNOYING_MACRO =
#define MY_ANNOYING_MACRO 1
Expand Down

0 comments on commit cbd4cef

Please sign in to comment.