changeset 40088:f3ea1562945a

xfreopen need not include stdio--.h * lib/xfreopen.c: Do not include stdio--.h.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 05 Jan 2019 18:55:19 -0800
parents 3a33183dc29c
children 30186c67361d
files ChangeLog lib/xfreopen.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jan 05 18:03:10 2019 -0800
+++ b/ChangeLog	Sat Jan 05 18:55:19 2019 -0800
@@ -1,5 +1,8 @@
 2019-01-05  Paul Eggert  <eggert@cs.ucla.edu>
 
+	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.
--- a/lib/xfreopen.c	Sat Jan 05 18:03:10 2019 -0800
+++ b/lib/xfreopen.c	Sat Jan 05 18:55:19 2019 -0800
@@ -21,7 +21,6 @@
 #include "error.h"
 #include "exitfail.h"
 #include "quote.h"
-#include "stdio--.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)