# HG changeset patch # User Bruno Haible # Date 1174156775 0 # Node ID 621b64f9b7ea4805624cb54494e4ad6ffd33b01b # Parent 45a5f25f6eddc29216e1d0bf1aa903aeb3c7cede Undo last patch. diff --git a/lib/unistr/u16-cpy-alloc.c b/lib/unistr/u16-cpy-alloc.c --- 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 , 2002. This program is free software; you can redistribute it and/or modify it @@ -22,8 +22,6 @@ /* Specification. */ #include "unistr.h" -#include - #define FUNC u16_cpy_alloc #define UNIT uint16_t #include "u-cpy-alloc.h"