0.8.5.22:
[sbcl.git] / src / runtime / thread.c
index 206511a..3092fc0 100644 (file)
@@ -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 */