changeset 14219:eb791b56afa2

uninorm: Tweak includes. * lib/uninorm/normalize-internal.h: Don't include <stddef.h>. Reported by Jim Meyering.
author Bruno Haible <bruno@clisp.org>
date Sun, 23 Jan 2011 22:43:07 +0100
parents 5c7bf99f5907
children 996391c07734
files ChangeLog lib/uninorm/normalize-internal.h
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-23  Bruno Haible  <bruno@clisp.org>
+
+	uninorm: Tweak includes.
+	* lib/uninorm/normalize-internal.h: Don't include <stddef.h>.
+	Reported by Jim Meyering.
+
 2011-01-23  Bruno Haible  <bruno@clisp.org>
 
 	get-rusage-as: Improve on NetBSD.
--- a/lib/uninorm/normalize-internal.h
+++ b/lib/uninorm/normalize-internal.h
@@ -15,8 +15,6 @@
    You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include <stddef.h>
-
 #include "unitypes.h"
 
 /* Complete definition of normalization form descriptor.  */