X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fthread.c;h=3092fc078e80919e0c00d98ce86c41b86e7c6ae3;hb=4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6;hp=206511aa54a5a82d82286b68857b378b4e20358f;hpb=44dbdff97fbcc1e5b12e1330da92c5a3dcb94a3b;p=sbcl.git diff --git a/src/runtime/thread.c b/src/runtime/thread.c index 206511a..3092fc0 100644 --- a/src/runtime/thread.c +++ b/src/runtime/thread.c @@ -15,9 +15,6 @@ #include "target-arch-os.h" #include "os.h" #include "globals.h" -#ifdef LISP_FEATURE_GENCGC -#include "gencgc.h" -#endif #include "dynbind.h" #include "genesis/cons.h" #define ALIEN_STACK_SIZE (1*1024*1024) /* 1Mb size chosen at random */