From e09d819b6cf8260e174e0d076d1f05d34c5733ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 28 Aug 2009 13:01:33 +0000 Subject: [PATCH] * Since the Media/Translation Kit errors are now in Errors.h as well, we don't need to include those two anymore. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32781 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/string/strerror.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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;