diff options
Diffstat (limited to 'libguile/promises.c')
-rw-r--r-- | libguile/promises.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libguile/promises.c b/libguile/promises.c index 3ed229443..1aa0f63e4 100644 --- a/libguile/promises.c +++ b/libguile/promises.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011 - * Free Software Foundation, Inc. +/* Copyright (C) 1995-2011,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 @@ -55,7 +55,6 @@ #include "libguile/strings.h" #include "libguile/threads.h" #include "libguile/throw.h" -#include "libguile/validate.h" #include "libguile/values.h" #include "libguile/promises.h" |