diff options
Diffstat (limited to 'libguile/srfi-4.c')
-rw-r--r-- | libguile/srfi-4.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/srfi-4.c b/libguile/srfi-4.c index 23896c32c..48f90f0b6 100644 --- a/libguile/srfi-4.c +++ b/libguile/srfi-4.c @@ -1,6 +1,6 @@ /* srfi-4.c --- Uniform numeric vector datatypes. - Copyright 2001,2004,2006,2009-2011,2014,2018 + Copyright 2001,2004,2006,2009-2011,2014,2018,2025 Free Software Foundation, Inc. This file is part of Guile. @@ -25,7 +25,6 @@ #include <string.h> -#include "bdw-gc.h" #include "boolean.h" #include "bytevectors.h" #include "error.h" |