mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
Move struct.h include out of ports.h
* libguile/ports.h: Remove struct.h include. * libguile/expand.h: * libguile/hash.c: * libguile/procs.c: Add struct.h includes.
This commit is contained in:
parent
7bdd546965
commit
1abc5289bd
4 changed files with 4 additions and 2 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "libguile/strings.h"
|
||||
#include "libguile/vectors.h"
|
||||
#include "libguile/smob.h"
|
||||
#include "libguile/struct.h"
|
||||
#include "libguile/deprecation.h"
|
||||
|
||||
#include "libguile/procs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue