diff options
Diffstat (limited to 'locale/programs/stringtrans.c')
-rw-r--r-- | locale/programs/stringtrans.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/locale/programs/stringtrans.c b/locale/programs/stringtrans.c index 873b61b5de..17f9670025 100644 --- a/locale/programs/stringtrans.c +++ b/locale/programs/stringtrans.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. @@ -21,7 +21,6 @@ # include <config.h> #endif -#include <assert.h> #include <stdlib.h> #include "charset.h" |