summaryrefslogtreecommitdiff
path: root/libguile.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile.h')
-rw-r--r--libguile.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile.h b/libguile.h
index 85db31c48..5d014d61b 100644
--- a/libguile.h
+++ b/libguile.h
@@ -1,7 +1,7 @@
#ifndef SCM_LIBGUILE_H
#define SCM_LIBGUILE_H
-/* Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -129,9 +129,7 @@ extern "C" {
#include "libguile/debug.h"
#include "libguile/stacks.h"
#endif
-#ifdef USE_THREADS
#include "libguile/threads.h"
-#endif
#include "libguile/inline.h"
#ifdef __cplusplus