Remove obsolete include
This commit is contained in:
parent
cb1b6c0848
commit
4f64116066
1 changed files with 0 additions and 2 deletions
|
@ -102,5 +102,3 @@ char *strncpy(char *dest, const char *src, size_t n);
|
|||
* @returns The length of `s` without the `NUL` terminator.
|
||||
*/
|
||||
size_t strlen(const char *s);
|
||||
|
||||
#include <arch/string.h>
|
||||
|
|
Loading…
Reference in a new issue