diff options
Diffstat (limited to 'libguile/foreign.c')
-rw-r--r-- | libguile/foreign.c | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/libguile/foreign.c b/libguile/foreign.c index ec1033773..3fa735ee5 100644 --- a/libguile/foreign.c +++ b/libguile/foreign.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2010-2016, 2018 Free Software Foundation, Inc. +/* Copyright (C) 2010-2016,2018 + * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -20,15 +21,14 @@ # include <config.h> #endif -#include <ffi.h> - -#include <alloca.h> #include <alignof.h> -#include <string.h> +#include <alloca.h> #include <assert.h> #include <errno.h> +#include <string.h> + +#include <ffi.h> -#include "gsubr.h" #include "boolean.h" #include "bytevectors.h" #include "dynwind.h" @@ -36,12 +36,12 @@ #include "eval.h" #include "extensions.h" #include "finalizers.h" -#include "foreign.h" +#include "gsubr.h" +#include "instructions.h" #include "keywords.h" -#include "numbers.h" #include "list.h" -#include "instructions.h" #include "modules.h" +#include "numbers.h" #include "pairs.h" #include "ports.h" #include "stacks.h" @@ -49,6 +49,8 @@ #include "threads.h" #include "weak-table.h" +#include "foreign.h" + /* Return the first integer greater than or equal to LEN such that |