1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

Only include strings.h where it is actually needed.

This commit is contained in:
Dirk Herrmann 2000-03-17 18:11:58 +00:00
parent f04d8caf82
commit 7ab3fdd51f
35 changed files with 44 additions and 1 deletions

View file

@ -52,6 +52,7 @@
#include "weaks.h"
#include "hashtab.h"
#include "ports.h"
#include "strings.h"
#include "validate.h"
#include "struct.h"