summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/cont.c b/cont.c
index 9ebc2c1a1f..c4de4a0c42 100644
--- a/cont.c
+++ b/cont.c
@@ -15,12 +15,7 @@
#include "eval_intern.h"
#include "mjit.h"
-#ifdef FIBER_USE_COROUTINE
-#include FIBER_USE_COROUTINE
-#else
-// Stack copying implementation, should work everywhere:
-#include "coroutine/copy/Context.h"
-#endif
+#include COROUTINE_H
#ifndef _WIN32
#include <unistd.h>