From: Jim Meyering Date: Mon, 24 Jan 2011 06:49:01 +0000 (+0100) Subject: u64: remove unnecessary #include X-Git-Tag: v0.1~3298 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b308995259641fcfe5fb46d291944e14e6edc8e4;p=gnulib.git u64: remove unnecessary #include * lib/u64.h: Don't include . It was not used. --- diff --git a/ChangeLog b/ChangeLog index 4d00591ef..bea7d1e5c 100644 --- 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 index c9412f594..182d64955 100644 --- 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. */