1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Remove snarf.h from _scm.h

* libguile/_scm.h: Remove snarf.h.
This commit is contained in:
Andy Wingo 2018-06-20 09:43:50 +02:00
parent 092896c6ed
commit fb7ec6b62e

View file

@ -38,7 +38,6 @@
rest should be explicitly #included in the C files themselves. */
#include "libguile/symbols.h" /* For length, chars, values, miscellany. */
#include "libguile/threads.h" /* You are not alone. */
#include "libguile/snarf.h" /* Everyone snarfs. */
#include "libguile/foreign.h" /* Snarfing needs the foreign data structures. */
#include "libguile/programs.h" /* ... and program.h. */
#include "libguile/variable.h"