Remove obsolete include

pull/1/head
Felix Kopp 4 years ago
parent cb1b6c0848
commit 4f64116066
No known key found for this signature in database
GPG Key ID: C478BA0A85F75728

@ -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…
Cancel
Save