diff options
Diffstat (limited to 'libguile/async.c')
-rw-r--r-- | libguile/async.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/async.c b/libguile/async.c index ddb2a215f..e448dc1d5 100644 --- a/libguile/async.c +++ b/libguile/async.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2004, 2006, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2004, 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 @@ -30,7 +30,6 @@ #include "libguile/throw.h" #include "libguile/root.h" #include "libguile/smob.h" -#include "libguile/lang.h" #include "libguile/dynwind.h" #include "libguile/deprecation.h" |