projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b086578
)
u64: remove unnecessary #include
author
Jim Meyering
<meyering@redhat.com>
Mon, 24 Jan 2011 06:49:01 +0000
(07:49 +0100)
committer
Jim 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
patch
|
blob
|
history
lib/u64.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 4d00591efa79aa4513dd57e8d5a3f0b622a5b606..bea7d1e5c67633668df3f26af4c014c7f6ea571c 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.
diff --git
a/lib/u64.h
b/lib/u64.h
index c9412f5943600ca823179a458c908fd91be88555..182d64955aa891f2b6d5f1931b4380c1a66d7213 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. */