summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/_scm.h4
-rw-r--r--libguile/syscalls.h5
2 files changed, 0 insertions, 9 deletions
diff --git a/libguile/_scm.h b/libguile/_scm.h
index ce43502d7..dbd57ef14 100644
--- a/libguile/_scm.h
+++ b/libguile/_scm.h
@@ -32,10 +32,6 @@
and differences between _scm.h and __scm.h.
**********************************************************************/
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <errno.h>
#include <verify.h>
#include <alignof.h>
diff --git a/libguile/syscalls.h b/libguile/syscalls.h
index 13f47d49a..34918758d 100644
--- a/libguile/syscalls.h
+++ b/libguile/syscalls.h
@@ -24,11 +24,6 @@
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-
/* ASYNC_TICK after finding EINTR in order to handle pending signals, if
any. See comment in scm_syserror. */
#define SCM_SYSCALL(line) \