# HG changeset patch # User Jim Meyering # Date 1295851741 -3600 # Node ID 3d689d237677279cd0a19372d3d757ab9c8d78d3 # Parent b2abfb114786e5b2594b0d6dc94261042fd82815 u64: remove unnecessary #include * lib/u64.h: Don't include . It was not used. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-24 Jim Meyering + + u64: remove unnecessary #include + * lib/u64.h: Don't include . It was not used. + 2011-01-23 Paul Eggert Allow the user to avoid the GNULIB_TEST_* macros. diff --git a/lib/u64.h b/lib/u64.h --- a/lib/u64.h +++ b/lib/u64.h @@ -17,7 +17,6 @@ /* Written by Paul Eggert. */ -#include #include /* Return X rotated left by N bits, where 0 < N < 64. */