diff options
Diffstat (limited to 'libguile/_scm.h')
-rw-r--r-- | libguile/_scm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/_scm.h b/libguile/_scm.h index 71424b14f..1abeed791 100644 --- a/libguile/_scm.h +++ b/libguile/_scm.h @@ -70,7 +70,6 @@ #include "numbers.h" /* Everyone deals with fixnums. */ #include "symbols.h" /* For length, chars, values, miscellany. */ #include "boolean.h" /* Everyone wonders about the truth. */ -#include "async.h" /* Everyone allows/disallows ints. */ #ifdef USE_THREADS #include "threads.h" /* The cooperative thread package does switching at async ticks. */ |