1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

Remove _scm.h inclusion of config.h

* libguile/_scm.h: Remove inclusion of config.h.  All includers already
  include config.h.
* libguile/syscalls.h: Remove config.h inclusion here too.
This commit is contained in:
Andy Wingo 2018-06-17 19:38:43 +02:00
parent 7b4ab0895b
commit 5c511be7b6
2 changed files with 0 additions and 9 deletions

View file

@ -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>

View file

@ -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) \