1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Make libguile header inclusion consistent within libguile c files

Change from '#include "libguile/foo.h"' and '#include <libguile/foo.h>'
to '#include "foo.h"'.
This commit is contained in:
Andy Wingo 2018-06-20 17:19:31 +02:00
parent 51e36329d8
commit 3068bc7384
119 changed files with 1751 additions and 1757 deletions

View file

@ -24,7 +24,7 @@
#if SCM_USE_NULL_THREADS
#include "libguile/null-threads.h"
#include "null-threads.h"
static scm_i_pthread_key_t *all_keys = NULL;