diff options
Diffstat (limited to 'libguile/boolean.c')
-rw-r--r-- | libguile/boolean.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/boolean.c b/libguile/boolean.c index f8c773839..b23aa32dc 100644 --- a/libguile/boolean.c +++ b/libguile/boolean.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1995, 1996, 2000, 2001, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 1995-1996,2000-2001,2006,2008-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 @@ -24,7 +25,6 @@ #include "libguile/_scm.h" -#include "libguile/validate.h" #include "libguile/boolean.h" #include "libguile/tags.h" |