1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

Only include ports.h where it is actually needed.

This commit is contained in:
Dirk Herrmann 2000-03-17 16:10:13 +00:00
parent 003d1fd046
commit f04d8caf82
28 changed files with 36 additions and 1 deletions

View file

@ -47,6 +47,7 @@
#include <stdio.h>
#include "_scm.h"
#include "eq.h"
#include "ports.h"
#include "smob.h"
#include "validate.h"