diff options
Diffstat (limited to 'libguile/frames.c')
-rw-r--r-- | libguile/frames.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/frames.c b/libguile/frames.c index 5077d8e4f..29c14c8f1 100644 --- a/libguile/frames.c +++ b/libguile/frames.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2001, 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 @@ -23,7 +23,6 @@ #include <stdlib.h> #include <string.h> #include "_scm.h" -#include "vm-bootstrap.h" #include "frames.h" |