1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

u64: remove unnecessary #include

* lib/u64.h: Don't include <stddef.h>.  It was not used.
This commit is contained in:
Jim Meyering
2011-01-24 07:49:01 +01:00
parent b086578bdd
commit b308995259
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -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.
-1
View File
@@ -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. */