bshell.runtime: disable all fx.term includes when interactive mode is disabled
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
#include <fx/iterator.h>
|
||||
#include <fx/reflection/type.h>
|
||||
#include <fx/stringstream.h>
|
||||
#include <fx/value.h>
|
||||
|
||||
#if BSHELL_INTERACTIVE == 1
|
||||
#include <fx/term/print.h>
|
||||
#include <fx/term/tty.h>
|
||||
#include <fx/value.h>
|
||||
#endif
|
||||
|
||||
static fx_namemap bshell_tables = FX_NAMEMAP_INIT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user