summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-24 07:49:01 +0100
committerJim Meyering <meyering@redhat.com>2011-01-24 07:49:01 +0100
commitb308995259641fcfe5fb46d291944e14e6edc8e4 (patch)
tree930077a3393b6568793a83af248a691949a84585 /ChangeLog
parentb086578bdd013639454393116fe04cad3fa4078f (diff)
downloadgnulib-b308995259641fcfe5fb46d291944e14e6edc8e4.tar.gz
u64: remove unnecessary #include
* lib/u64.h: Don't include <stddef.h>. It was not used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d00591efa..bea7d1e5c6 100644
--- 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.