Remove obsolete include

This commit is contained in:
Felix Kopp 2020-06-12 01:14:21 +02:00
parent cb1b6c0848
commit 4f64116066
No known key found for this signature in database
GPG key ID: C478BA0A85F75728

View file

@ -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>