diff --git a/src/system/libroot/posix/string/strerror.c b/src/system/libroot/posix/string/strerror.c index 60eed4708a..fbb95efa46 100644 --- a/src/system/libroot/posix/string/strerror.c +++ b/src/system/libroot/posix/string/strerror.c @@ -7,13 +7,11 @@ */ -#include -#include -#include - #include #include +#include + static const struct error_base { int base;