diff options
Diffstat (limited to 'libguile/weaks.c')
-rw-r--r-- | libguile/weaks.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/weaks.c b/libguile/weaks.c index 913166ffd..1d5fcf469 100644 --- a/libguile/weaks.c +++ b/libguile/weaks.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1998,2000,2001, 2003, 2006, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998,2000,2001, 2003, 2006, 2008, 2009, 2010 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 @@ -26,7 +26,6 @@ #include "libguile/_scm.h" #include "libguile/vectors.h" -#include "libguile/lang.h" #include "libguile/hashtab.h" #include "libguile/validate.h" |