diff options
Diffstat (limited to 'libguile/arrays.c')
-rw-r--r-- | libguile/arrays.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libguile/arrays.c b/libguile/arrays.c index 682fbf6b2..e079a726c 100644 --- a/libguile/arrays.c +++ b/libguile/arrays.c @@ -1,6 +1,5 @@ -/* Copyright (C) 1995,1996,1997,1998,2000,2001,2002,2003,2004,2005, - * 2006, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, - * Inc. +/* Copyright (C) 1995-1998,2000-2006,2009-2015,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 @@ -48,7 +47,6 @@ #include "libguile/dynwind.h" #include "libguile/read.h" -#include "libguile/validate.h" #include "libguile/arrays.h" #include "libguile/array-map.h" #include "libguile/generalized-vectors.h" |