summaryrefslogtreecommitdiff
path: root/src/errno
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno')
-rw-r--r--src/errno/strerror.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/errno/strerror.c b/src/errno/strerror.c
index 24c94d37..e3ed771a 100644
--- a/src/errno/strerror.c
+++ b/src/errno/strerror.c
@@ -1,7 +1,6 @@
#include <errno.h>
#include <string.h>
#include "locale_impl.h"
-#include "libc.h"
#define E(a,b) ((unsigned char)a),
static const unsigned char errid[] = {