mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 09:40:25 +02:00
Devolve procs.h include from _scm.h.
* libguile/_scm.h: Remove procs.h include. * libguile/arrays.c: * libguile/foreign-object.c: * libguile/ports.c: * libguile/promises.c: * libguile/r6rs-ports.c: * libguile/scmsigs.c: * libguile/srfi-1.c: * libguile/srfi-13.c: * libguile/srfi-14.c: * libguile/strports.c: * libguile/weak-table.c: Add procs includes.
This commit is contained in:
parent
b6462876e9
commit
27df59415e
12 changed files with 13 additions and 2 deletions
|
@ -36,7 +36,6 @@
|
|||
|
||||
/* Include headers for those files central to the implementation. The
|
||||
rest should be explicitly #included in the C files themselves. */
|
||||
#include "libguile/procs.h" /* Same. */
|
||||
#include "libguile/numbers.h" /* Everyone deals with fixnums. */
|
||||
#include "libguile/symbols.h" /* For length, chars, values, miscellany. */
|
||||
#include "libguile/threads.h" /* You are not alone. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue