summaryrefslogtreecommitdiff
path: root/src/locale/strcoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/strcoll.c')
-rw-r--r--src/locale/strcoll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/locale/strcoll.c b/src/locale/strcoll.c
index 84f199ff..dd3cbc48 100644
--- a/src/locale/strcoll.c
+++ b/src/locale/strcoll.c
@@ -1,7 +1,6 @@
#include <string.h>
#include <locale.h>
#include "locale_impl.h"
-#include "libc.h"
int __strcoll_l(const char *l, const char *r, locale_t loc)
{