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
|
@ -27,12 +27,12 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libguile/gsubr.h"
|
||||
#include "libguile/pairs.h"
|
||||
#include "libguile/array-handle.h"
|
||||
#include "libguile/generalized-arrays.h"
|
||||
#include "libguile/list.h"
|
||||
#include "libguile/numbers.h"
|
||||
#include "gsubr.h"
|
||||
#include "pairs.h"
|
||||
#include "array-handle.h"
|
||||
#include "generalized-arrays.h"
|
||||
#include "list.h"
|
||||
#include "numbers.h"
|
||||
|
||||
|
||||
SCM_INTERNAL SCM scm_i_array_ref (SCM v,
|
||||
|
@ -404,5 +404,5 @@ SCM_DEFINE (scm_array_to_list, "array->list", 1, 0, 0,
|
|||
void
|
||||
scm_init_generalized_arrays ()
|
||||
{
|
||||
#include "libguile/generalized-arrays.x"
|
||||
#include "generalized-arrays.x"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue