diff options
Diffstat (limited to 'libguile/mallocs.c')
-rw-r--r-- | libguile/mallocs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libguile/mallocs.c b/libguile/mallocs.c index 23c1a6079..865bb5f74 100644 --- a/libguile/mallocs.c +++ b/libguile/mallocs.c @@ -1,6 +1,6 @@ /* classes: src_files - * Copyright (C) 1995,1997,1998,2000,2001, 2006, 2011, - * 2014 Free Software Foundation, Inc. + * Copyright (C) 1995-1998,2000-2001,2006,2011,2014,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 @@ -27,7 +27,6 @@ #include <stdlib.h> -#include "libguile/_scm.h" #include "libguile/ports.h" #include "libguile/smob.h" |