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

Only include vectors.h in those files, where it is actually needed.

This commit is contained in:
Dirk Herrmann 2000-03-17 15:23:03 +00:00
parent 0fa27efa4a
commit 003d1fd046
30 changed files with 38 additions and 1 deletions

View file

@ -95,6 +95,7 @@ char *alloca ();
#include "objects.h"
#include "feature.h"
#include "modules.h"
#include "vectors.h"
#include "validate.h"
#include "eval.h"