diff --git a/globals.h b/globals.h index 770f475..6b5f9f0 100644 --- a/globals.h +++ b/globals.h @@ -1,7 +1,7 @@ /* module : globals.h - version : 1.22 - date : 10/15/23 + version : 1.23 + date : 10/23/23 */ #ifndef GLOBALS_H #define GLOBALS_H @@ -161,10 +161,6 @@ typedef struct Token { */ KHASH_MAP_INIT_STR(Symtab, pEntry) -#ifdef USE_MULTI_THREADS_JOY -#include "task.h" /* context, channel */ -#endif - /* Global variables are stored locally in the main function. */