summaryrefslogtreecommitdiff
path: root/lib/unistr
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-17 18:39:35 +0000
committerBruno Haible <bruno@clisp.org>2007-03-17 18:39:35 +0000
commitdefbf674de0b221651ec275b6ac933dbd55aba50 (patch)
tree04337fcf8b41771f4d3711ee990f669ae333e47c /lib/unistr
parent7a64ae7c519b666be092768c4d65080e006a4408 (diff)
downloadgnulib-defbf674de0b221651ec275b6ac933dbd55aba50.tar.gz
Undo last patch.
Diffstat (limited to 'lib/unistr')
-rw-r--r--lib/unistr/u16-cpy-alloc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/unistr/u16-cpy-alloc.c b/lib/unistr/u16-cpy-alloc.c
index 605fc89cde..ab99639d79 100644
--- a/lib/unistr/u16-cpy-alloc.c
+++ b/lib/unistr/u16-cpy-alloc.c
@@ -1,5 +1,5 @@
/* Copy piece of UTF-16 string.
- Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
This program is free software; you can redistribute it and/or modify it
@@ -22,8 +22,6 @@
/* Specification. */
#include "unistr.h"
-#include <stdlib.h>
-
#define FUNC u16_cpy_alloc
#define UNIT uint16_t
#include "u-cpy-alloc.h"