mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +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
|
@ -23,7 +23,7 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "libguile/uniform.h"
|
||||
#include "uniform.h"
|
||||
|
||||
|
||||
const size_t scm_i_array_element_type_sizes[SCM_ARRAY_ELEMENT_TYPE_LAST + 1] = {
|
||||
|
@ -84,5 +84,5 @@ scm_array_handle_uniform_writable_elements (scm_t_array_handle *h)
|
|||
void
|
||||
scm_init_uniform (void)
|
||||
{
|
||||
#include "libguile/uniform.x"
|
||||
#include "uniform.x"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue