From: Jim Meyering <meyering@redhat.com>
Date: Mon, 24 Jan 2011 06:49:01 +0000 (+0100)
Subject: u64: remove unnecessary #include
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b308995259641fcfe5fb46d291944e14e6edc8e4;p=pspp

u64: remove unnecessary #include

* lib/u64.h: Don't include <stddef.h>.  It was not used.
---

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.
diff --git a/lib/u64.h b/lib/u64.h
index c9412f5943..182d64955a 100644
--- 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.  */