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
commit 3068bc7384
119 changed files with 1751 additions and 1757 deletions

View file

@ -135,11 +135,11 @@
# include <config.h>
#endif
#include <libguile/gen-scmconfig.h>
#include <stdio.h>
#include <string.h>
#include "gen-scmconfig.h"
#define pf printf
int