From b308995259641fcfe5fb46d291944e14e6edc8e4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 24 Jan 2011 07:49:01 +0100 Subject: [PATCH] u64: remove unnecessary #include * lib/u64.h: Don't include . It was not used. --- ChangeLog | 5 +++++ lib/u64.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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. */ -- 2.11.0