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 bba6c35..ce4cb25 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 d7d17e8..fe608a4 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