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

Remove double inclusion of <config.h> in `threads.c'.

This commit is contained in:
Ludovic Courtès 2008-09-18 22:52:33 +02:00
parent 9625c900e4
commit 108e4c5b64

View file

@ -21,10 +21,6 @@
# include <config.h>
#endif
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "libguile/boehm-gc.h"
#include "libguile/_scm.h"