1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Devolve programs.h from _scm.h.

* libguile/_scm.h: Remove programs.h.
* libguile/strings.h: Add gc.h.
This commit is contained in:
Andy Wingo 2018-06-20 13:41:26 +02:00
parent e2470e6aca
commit a2411c3982
3 changed files with 2 additions and 4 deletions

View file

@ -34,9 +34,6 @@
#include "libguile/__scm.h"
/* Include headers for those files central to the implementation. The
rest should be explicitly #included in the C files themselves. */
#include "libguile/programs.h" /* ... and program.h. */
#include "libguile/strings.h"

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2001, 2009, 2010, 2011, 2012, 2013, 2014, 2018 Free Software Foundation, Inc.
/* Copyright (C) 2001, 2009-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

View file

@ -25,6 +25,7 @@
#include "libguile/__scm.h"
#include <libguile/gc.h>
#include <libguile/error.h>
#include "libguile/inline.h"
#include <libguile/snarf.h>