changeset 14222:3d689d237677

u64: remove unnecessary #include * lib/u64.h: Don't include <stddef.h>. It was not used.
author Jim Meyering <meyering@redhat.com>
date Mon, 24 Jan 2011 07:49:01 +0100
parents b2abfb114786
children af4da95a33d1
files ChangeLog lib/u64.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-24  Jim Meyering  <meyering@redhat.com>
+
+	u64: remove unnecessary #include
+	* lib/u64.h: Don't include <stddef.h>.  It was not used.
+
 2011-01-23  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Allow the user to avoid the GNULIB_TEST_* macros.
--- a/lib/u64.h
+++ b/lib/u64.h
@@ -17,7 +17,6 @@
 
 /* Written by Paul Eggert.  */
 
-#include <stddef.h>
 #include <stdint.h>
 
 /* Return X rotated left by N bits, where 0 < N < 64.  */