diff options
Diffstat (limited to 'libguile/guile.c')
-rw-r--r-- | libguile/guile.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/libguile/guile.c b/libguile/guile.c index 08b738f23..2ab310348 100644 --- a/libguile/guile.c +++ b/libguile/guile.c @@ -28,14 +28,6 @@ # include <config.h> #endif -#ifdef __MINGW32__ -# define SCM_IMPORT 1 -#endif -#include <libguile.h> - -#ifdef HAVE_CONFIG_H -#include <libguile/scmconfig.h> -#endif #include <ltdl.h> #include <locale.h> #include <stdio.h> @@ -44,6 +36,8 @@ #include <winsock2.h> #endif +#include <libguile.h> + static void inner_main (void *closure SCM_UNUSED, int argc, char **argv) { |