diff options
Diffstat (limited to 'libguile/pairs.c')
-rw-r--r-- | libguile/pairs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libguile/pairs.c b/libguile/pairs.c index cea545236..44b627f97 100644 --- a/libguile/pairs.c +++ b/libguile/pairs.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1995,1996,2000,2001, 2004, 2005, 2006, 2008, 2009, - * 2011, 2012, 2013 Free Software Foundation, Inc. +/* Copyright (C) 1995-1996,2000-2001,2004-2006,2008-2009,2011-2013,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 @@ -24,7 +24,6 @@ #endif #include "libguile/_scm.h" -#include "libguile/validate.h" #include "libguile/pairs.h" |