1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-20 02:30:23 +02:00

Remove list.h from _scm.h

* libguile/_scm.h: Remove list.h include.  Add appropriate includes to
  relevant callers.
This commit is contained in:
Andy Wingo 2018-06-18 11:46:32 +02:00
parent 69990c4532
commit 460552163e
51 changed files with 60 additions and 10 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1995,1996,1997,1998,2000,2001,2002,2003,2004, 2005, 2006, 2009, 2010, 2013, 2014 Free Software Foundation, Inc.
/* Copyright (C) 1995,1996,1997,1998,2000,2001,2002,2003,2004, 2005, 2006, 2009, 2010, 2013, 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
@ -31,6 +31,7 @@
#include "libguile/__scm.h"
#include "libguile/array-handle.h"
#include "libguile/generalized-arrays.h"
#include "libguile/list.h"
SCM_INTERNAL SCM scm_i_array_ref (SCM v,