>From 10652b56fe5b76370187a06296168cff9cffb730 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 5 Jan 2019 18:55:19 -0800 Subject: [PATCH 4/4] xfreopen need not include stdio--.h * lib/xfreopen.c: Do not include stdio--.h. --- ChangeLog | 3 +++ lib/xfreopen.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a88a52083..73a86f29a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-01-05 Paul Eggert + xfreopen need not include stdio--.h + * lib/xfreopen.c: Do not include stdio--.h. + xfreopen need not depend on freopen-safer * modules/xfreopen (Depends-on): Depend on freopen, not freopen-safer. diff --git a/lib/xfreopen.c b/lib/xfreopen.c index 32a38d444..46a7c92a5 100644 --- a/lib/xfreopen.c +++ b/lib/xfreopen.c @@ -21,7 +21,6 @@ #include "error.h" #include "exitfail.h" #include "quote.h" -#include "stdio--.h" #include "gettext.h" #define _(msgid) gettext (msgid) -- 2.20.1