diff options
Diffstat (limited to 'src/stdlib/strtol.c')
| -rw-r--r-- | src/stdlib/strtol.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/stdlib/strtol.c b/src/stdlib/strtol.c index 730bf2d7..d82ecf7f 100644 --- a/src/stdlib/strtol.c +++ b/src/stdlib/strtol.c @@ -4,7 +4,6 @@  #include <inttypes.h>  #include <limits.h>  #include <ctype.h> -#include "libc.h"  static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim)  { | 
