xreadlink.h: remove unnecessary #include
authorJim Meyering <meyering@redhat.com>
Sun, 23 Jan 2011 18:07:52 +0000 (19:07 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 23 Jan 2011 18:09:08 +0000 (19:09 +0100)
* lib/xreadlink.h: Don't include <stddef.h>.  It was not used.

ChangeLog
lib/xreadlink.h

index bba6c35318ed6ef301334651ae7c87709050d3d3..ce4cb2513ec3d5cf36dc6485e6b0af4435b77644 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-01-23  Jim Meyering  <meyering@redhat.com>
 
+       xreadlink.h: remove unnecessary #include
+       * lib/xreadlink.h: Don't include <stddef.h>.  It was not used.
+
        maint.mk: add syntax-check rule: detect unnecessary #include <stddef.h>
        * top/maint.mk (sc_prohibit_stddef_without_use): New rule.
 
index d7d17e818f6ec93f9f7e6d64f532576365474c93..fe608a4fa528b47ddfe947706e5c21f0addc7f0f 100644 (file)
@@ -18,8 +18,6 @@
 
 /* Written by Jim Meyering <jim@meyering.net>  */
 
-#include <stddef.h>
-
 extern char *xreadlink (char const *filename);
 
 #if GNULIB_XREADLINKAT