diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-07-06 08:48:14 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-07-06 08:48:14 +0000 |
commit | a6c12a04cf2e71b742ff994fa18603c442ebff0d (patch) | |
tree | bd5e9eda453d37d6049b1008834a70b83ab72dae /libguile/gh.h | |
parent | 45036de1f77bad5d5628f3d80e9ad698ef04d74e (diff) | |
download | guile-a6c12a04cf2e71b742ff994fa18603c442ebff0d.tar.gz |
* Don't include <stdio.h> in gh.h. Thanks to Han-Wen Nienhuys.
Diffstat (limited to 'libguile/gh.h')
-rw-r--r-- | libguile/gh.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/gh.h b/libguile/gh.h index b9b03cfdc..447c43867 100644 --- a/libguile/gh.h +++ b/libguile/gh.h @@ -47,8 +47,6 @@ extern "C" { #endif -#include <stdio.h> - #include <libguile.h> /* gcc has extern inline functions that are basically as fast as macros */ |