u64: remove unnecessary #include
authorJim Meyering <meyering@redhat.com>
Mon, 24 Jan 2011 06:49:01 +0000 (07:49 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 24 Jan 2011 06:49:01 +0000 (07:49 +0100)
* lib/u64.h: Don't include <stddef.h>.  It was not used.

ChangeLog
lib/u64.h

index 4d00591..bea7d1e 100644 (file)
--- 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.
index c9412f5..182d649 100644 (file)
--- 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.  */