diff options
Diffstat (limited to 'libguile/expand.c')
-rw-r--r-- | libguile/expand.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libguile/expand.c b/libguile/expand.c index 2a63d333d..40531c8aa 100644 --- a/libguile/expand.c +++ b/libguile/expand.c @@ -23,18 +23,17 @@ # include <config.h> #endif -#include "gsubr.h" -#include "pairs.h" -#include "boolean.h" #include "alist.h" +#include "boolean.h" #include "continuations.h" #include "eq.h" -#include "expand.h" +#include "gsubr.h" #include "hashtab.h" #include "keywords.h" #include "list.h" #include "macros.h" #include "modules.h" +#include "pairs.h" #include "ports.h" #include "print.h" #include "srcprop.h" @@ -44,6 +43,8 @@ #include "variable.h" #include "vectors.h" +#include "expand.h" + |