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/utf8proc | |
| parent | f4f6e9ad49d6992712815bc7b2e94c8333f33523 (diff) | |
Change how foreign imports work for mac
Diffstat (limited to 'src/utf8proc')
| -rw-r--r-- | src/utf8proc/utf8proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utf8proc/utf8proc.c b/src/utf8proc/utf8proc.c index e821889c6..29fc250fc 100644 --- a/src/utf8proc/utf8proc.c +++ b/src/utf8proc/utf8proc.c @@ -40,7 +40,6 @@ * Implementation of libutf8proc. */ - #include "utf8proc.h" #include "utf8proc_data.c" |