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:
parent
51e36329d8
commit
3068bc7384
119 changed files with 1751 additions and 1757 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue