From: Thomas Schwinge Date: Fri, 25 May 2012 18:16:17 +0000 (+0200) Subject: write: Don't explicitly include . X-Git-Tag: v2.22-rc1~349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4658cfd492e565de8e5310ab7c09ee000184f64f;p=thirdparty%2Futil-linux.git write: Don't explicitly include . It doesn't exist on some systems, but will come in via on the others. Signed-off-by: Thomas Schwinge --- diff --git a/term-utils/write.c b/term-utils/write.c index 7fe88e1b56..6c746b42c7 100644 --- a/term-utils/write.c +++ b/term-utils/write.c @@ -57,7 +57,6 @@ #include #include #include -#include #include #include "c.h"