diff options
| author | gingerBill <bill@gingerbill.org> | 2019-09-29 09:25:33 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-09-29 09:25:33 +0100 |
| commit | 218d1131e84c4c45da8b9796f46d52094df2962e (patch) | |
| tree | b35f97389a10cd86db4fa29444e07828c2b0764f /src/unicode.cpp | |
| parent | f4f6e9ad49d6992712815bc7b2e94c8333f33523 (diff) | |
Change how foreign imports work for mac
Diffstat (limited to 'src/unicode.cpp')
| -rw-r--r-- | src/unicode.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unicode.cpp b/src/unicode.cpp index 0ad658806..679d56365 100644 --- a/src/unicode.cpp +++ b/src/unicode.cpp @@ -2,7 +2,6 @@ #pragma warning(disable: 4245) extern "C" { -#include "utf8proc/utf8proc.h" #include "utf8proc/utf8proc.c" } #pragma warning(pop) |