diff options
Diffstat (limited to 'libguile/chars.c')
-rw-r--r-- | libguile/chars.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libguile/chars.c b/libguile/chars.c index 064fca40a..9bd601599 100644 --- a/libguile/chars.c +++ b/libguile/chars.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1995,1996,1998, 2000, 2001, 2004, 2006, 2008, 2009, - * 2010, 2011, 2014 Free Software Foundation, Inc. +/* Copyright (C) 1995-1996,1998,2000-2001,2004,2006,2008-2011,2014,2018 + * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -29,7 +29,6 @@ #include <unictype.h> #include "libguile/_scm.h" -#include "libguile/validate.h" #include "libguile/chars.h" #include "libguile/srfi-14.h" |