diff options
Diffstat (limited to 'libguile/read.c')
-rw-r--r-- | libguile/read.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/read.c b/libguile/read.c index 3030b27ed..506fd2e21 100644 --- a/libguile/read.c +++ b/libguile/read.c @@ -1,4 +1,4 @@ -/* Copyright 1995-1997,1999-2001,2003-2004,2006-2012,2014-2021 +/* Copyright 1995-1997,1999-2001,2003-2004,2006-2012,2014-2021,2025 Free Software Foundation, Inc. This file is part of Guile. @@ -54,7 +54,6 @@ #include "ports.h" #include "private-options.h" #include "procs.h" -#include "srcprop.h" #include "srfi-13.h" #include "srfi-4.h" #include "strings.h" |