From 4658cfd492e565de8e5310ab7c09ee000184f64f Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 25 May 2012 20:16:17 +0200 Subject: [PATCH] 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 --- term-utils/write.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.47.3