diff options
author | Andy Wingo <wingo@pobox.com> | 2018-06-19 09:36:25 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2018-06-19 09:36:25 +0200 |
commit | 27df59415e19eccbbc93f5cef56cd2544ff952f5 (patch) | |
tree | 43f092474d249d890f08e4810ba28680869c5ecc /libguile/_scm.h | |
parent | b6462876e9d7c4cf5431c7ef49dfe56b319e210e (diff) | |
download | guile-27df59415e19eccbbc93f5cef56cd2544ff952f5.tar.gz |
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.
Diffstat (limited to 'libguile/_scm.h')
-rw-r--r-- | libguile/_scm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/_scm.h b/libguile/_scm.h index dd1ac5eb0..755a9ba55 100644 --- a/libguile/_scm.h +++ b/libguile/_scm.h @@ -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. */ |