diff options
Diffstat (limited to 'src/errno/strerror.c')
-rw-r--r-- | src/errno/strerror.c | 1 |
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[] = { |