This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gh includes?



Why does gh.h include various system headers?  A grep revealed

filesys.h:47:#include <stdio.h>
gh.h:50:#include <stdio.h>
objprop.h:47:#include <stdio.h>
strings.h:50:#include <string.h>

Neither of these seem  to be used in the .h files. Could these
#includes be removed?  I'd like to speed up the compile of my program
a little.

--
Han-Wen Nienhuys, hanwen@cs.uu.nl ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]